Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Apr 1, 2020
1 parent d30d2be commit 8addf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get update
sudo apt-get install libgbm-dev
- name: Run Snyk to check for vulnerabilities
if: ${{ env.GITHUB_EVENT_NAME == "mmarkelov/jest-playwright" }}
if: ${{ env.GITHUB_EVENT_NAME == 'mmarkelov/jest-playwright' }}
uses: snyk/actions/node@master
- name: Lint Source Code
run: npm run lint
Expand Down

0 comments on commit 8addf38

Please sign in to comment.