Skip to content

Commit

Permalink
use npm exec instead of npx as it was using old version
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Jan 7, 2025
1 parent e3b7bb5 commit 6e3a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm ci

- name: Lint API
run: npx vacuum report --junit openapi.yaml lint-results
run: npm exec vacuum report --junit openapi.yaml lint-results

- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
Expand Down

0 comments on commit 6e3a86a

Please sign in to comment.