Skip to content

Commit

Permalink
Updated GitHub Actions settings
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannicalo committed Oct 22, 2022
1 parent 1ed9f0d commit 602a2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Install dependencies
run: npm install --no-save
run: npm install --no-fund --no-save
- name: Lint
run: npm run lint
- name: Test
Expand Down

0 comments on commit 602a2dc

Please sign in to comment.