Skip to content

Commit 398c020

Browse files
Install eslint packages
This is required for linting on CI. Otherwise it fails with an error that it can't find eslint.
1 parent 4ae75f8 commit 398c020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ jobs:
5858
with:
5959
ruby-version: "3.4"
6060
bundler-cache: true
61+
- name: Install ESLint globally
62+
run: npm install --save-dev eslint@latest @eslint/js@latest @eslint/eslintrc@latest
6163
- name: Lint JS files
6264
run: bin/rake lint:js

0 commit comments

Comments
 (0)