Skip to content

Commit

Permalink
use --silent in panic check
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 27, 2024
1 parent 665d59c commit 670a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
set +e # disable exit on run
./oxlint --jest-plugin --jsdoc-plugin --jsx-a11y-plugin --nextjs-plugin --react-perf-plugin -D all --quiet
./oxlint --jest-plugin --jsdoc-plugin --jsx-a11y-plugin --nextjs-plugin --react-perf-plugin -D all --silent
EXIT_CODE=$?
Expand Down

0 comments on commit 670a715

Please sign in to comment.