Skip to content

Commit fac94e3

Browse files
committed
Fix
1 parent 01b10fc commit fac94e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- run: curl -L https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.3.5/ec-linux-amd64.tar.gz | tar xzf - -C /opt
3333
- run: /opt/bin/ec-linux-amd64 -v
3434

35-
- run: |
35+
- name: Run ESLint
36+
run: |
3637
ESLINT_VERSION=$(node -p "require('./package-lock.json').packages['node_modules/eslint'].version")
3738
npm i --no-save eslint@$ESLINT_VERSION
3839
- run: npm run eslint

0 commit comments

Comments
 (0)