Skip to content

Commit fe31976

Browse files
Nemo157GuillaumeGomez
authored andcommitted
Add eslint to CI
1 parent 793402d commit fe31976

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,13 @@ jobs:
178178
prefix-key: ${{ env.RUST_CACHE_KEY }}
179179

180180
- run: just lint
181+
182+
eslint:
183+
runs-on: ubuntu-latest
184+
steps:
185+
- uses: actions/checkout@v4
186+
- uses: actions/setup-node@v4
187+
- name: install `just`
188+
run: sudo snap install --edge --classic just
189+
- run: npm install -g eslint
190+
- run: just lint-js

0 commit comments

Comments
 (0)