Skip to content

Commit a87b0c6

Browse files
Add eslint check in the CI
1 parent 53f87e8 commit a87b0c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
pull_request:
44
merge_group:
55

6-
env:
7-
BROWSER_UI_TEST_VERSION: '0.19.0'
8-
96
jobs:
107
test:
118
runs-on: ${{ matrix.os }}
@@ -85,7 +82,9 @@ jobs:
8582
with:
8683
node-version: 20
8784
- name: Install browser-ui-test
88-
run: npm install browser-ui-test@"${BROWSER_UI_TEST_VERSION}"
85+
run: npm install
86+
- name: Run eslint
87+
run: npm run lint
8988
- name: Build and run tests (+ GUI)
9089
run: cargo test --locked --target x86_64-unknown-linux-gnu --test gui
9190

0 commit comments

Comments
 (0)