Skip to content

Commit

Permalink
Trying to fix the quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Sep 18, 2024
1 parent 9b7c619 commit d151c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
shell: bash
run: |
set +e
if ! lintrunner ${{ inputs.quiet == 'true' && '' || '-v' }} --force-color --all-files --tee-json=lint.json; then
if ! lintrunner ${{ inputs.quiet == 'true' && ' ' || '-v' }} --force-color --all-files --tee-json=lint.json; then
echo ""
echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`.\e[0m"
exit 1
Expand Down

0 comments on commit d151c28

Please # to comment.