We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b10fc commit fac94e3Copy full SHA for fac94e3
.github/workflows/ci.yml
@@ -32,7 +32,8 @@ jobs:
32
- run: curl -L https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.3.5/ec-linux-amd64.tar.gz | tar xzf - -C /opt
33
- run: /opt/bin/ec-linux-amd64 -v
34
35
- - run: |
+ - name: Run ESLint
36
+ run: |
37
ESLINT_VERSION=$(node -p "require('./package-lock.json').packages['node_modules/eslint'].version")
38
npm i --no-save eslint@$ESLINT_VERSION
39
- run: npm run eslint
0 commit comments