Skip to content

Commit

Permalink
ci: fix install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 31, 2023
1 parent 961de5b commit bfbbaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: yarn ci
run: yarn install

- name: ESLint
run: yarn run lint
Expand Down

0 comments on commit bfbbaac

Please sign in to comment.