Skip to content

Commit

Permalink
trunk is not on path - must run with npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer committed Jan 11, 2024
1 parent 1cad2e7 commit 4d9952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Packages
run: npm install --force
- name: Lint Files
run: trunk check --ci
run: npm run lint -- --ci
- name: Check Rule Files
run: node Makefile checkRuleFiles
- name: Check Licenses
Expand Down

0 comments on commit 4d9952f

Please sign in to comment.