We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e18494 commit c826156Copy full SHA for c826156
action.yml
@@ -42,7 +42,7 @@ runs:
42
shell: bash
43
- run: |
44
cd ${{ inputs.buildPath }}
45
- coderrect ${{ inputs.options }} ${{ inputs.buildCommand }}
+ coderrect -noprogress ${{ inputs.options }} ${{ inputs.buildCommand }}
46
47
48
0 commit comments