Skip to content

Commit

Permalink
Fix run plato command in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhli1260 authored Oct 28, 2024
1 parent c6849dc commit beab6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
uses: npm install -g plato@latest

- name: Run Plato
run: plato **/*.js --report plato-report
run: plato -r -d plato-report src

0 comments on commit beab6a8

Please sign in to comment.