Skip to content

Commit 8a2626a

Browse files
committed
Fix lint workflow
1 parent d840163 commit 8a2626a

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,14 @@ jobs:
2020
- name: Setup node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
24-
cache: 'yarn'
23+
node-version: 22
24+
cache: npm
2525

2626
- name: Install
2727
uses: dtolnay/rust-toolchain@stable
2828
with:
2929
components: clippy, rustfmt
3030

31-
- name: Install dependencies
32-
run: yarn install
33-
34-
- name: ESLint
35-
run: yarn lint
36-
3731
- name: Cargo fmt
3832
run: cargo fmt -- --check
3933

0 commit comments

Comments
 (0)