Skip to content

Commit

Permalink
ci: try enabling Windows linting again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Sep 23, 2022
1 parent 9bddb76 commit 2a8872f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ commands:
- run: sudo apt-get update
- run: sudo apt-get install --no-install-recommends -y ca-certificates nodejs npm

- when:
condition:
equal: [ "win/default", << parameters.os >> ]
steps:
- run: git config --global core.autocrlf false
- run: git config --global core.eol lf

- run: npm install

prepare:
Expand Down Expand Up @@ -230,7 +223,7 @@ workflows:
- lint:
matrix:
parameters:
os: [ linux, macos ]
os: [ linux, macos, "win/default" ]
- build:
<<: *matrix
- test:
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* -text

0 comments on commit 2a8872f

Please sign in to comment.