Skip to content

Commit

Permalink
fix(githubActions): update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Aug 11, 2023
1 parent 1c91592 commit 337f650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm i
- run: npm i --legacy-peer-deps
- name: lint
continue-on-error: true
run: npm run lint

0 comments on commit 337f650

Please sign in to comment.