Skip to content

Commit

Permalink
ci(eslint): fix the exit error again
Browse files Browse the repository at this point in the history
Signed-off-by: Bill ZHANG <[email protected]>
  • Loading branch information
Lutra-Fs committed Sep 12, 2023
1 parent a5a37b2 commit 091fea3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: install dependencies
run: npm install --include=dev

- name: Install ESLint
run: |
npm install [email protected]
Expand Down

0 comments on commit 091fea3

Please sign in to comment.