From 2a8872fd95a1c471574e0342167f9437ed07b1f4 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 23 Sep 2022 15:06:42 -0700 Subject: [PATCH] ci: try enabling Windows linting again --- .circleci/config.yml | 9 +-------- .gitattributes | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) create mode 100644 .gitattributes diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a7fc44..03fd51b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -230,7 +223,7 @@ workflows: - lint: matrix: parameters: - os: [ linux, macos ] + os: [ linux, macos, "win/default" ] - build: <<: *matrix - test: diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5378fe0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text \ No newline at end of file