Skip to content

Commit 81c8454

Browse files
committed
GH Actions: pin eslint to v8
1 parent fb555db commit 81c8454

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,10 @@ jobs:
6363
metomi_rose: true
6464
metomi_rose_opts: ''
6565

66-
- name: install eslint
67-
run: |
68-
npm install -g eslint
69-
7066
- name: lint
7167
run: |
7268
flake8
73-
eslint .
69+
npx eslint@v8 .
7470
7571
- name: (debug only) list language dictionaries
7672
if: runner.debug

0 commit comments

Comments
 (0)