Skip to content

Commit

Permalink
Fix Attempt vrcx-team#1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminZehowlt committed Nov 14, 2023
1 parent 7e20cf9 commit 9a513b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18

- name: Restore Node Depedencies
run: npm ci
run: cd html && npm ci && cd ..

- name: JS Lint
run: npm run lint
Expand Down

0 comments on commit 9a513b4

Please sign in to comment.