Skip to content

Commit c826156

Browse files
authored
hide coderrect's progress bar
1 parent 9e18494 commit c826156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
shell: bash
4343
- run: |
4444
cd ${{ inputs.buildPath }}
45-
coderrect ${{ inputs.options }} ${{ inputs.buildCommand }}
45+
coderrect -noprogress ${{ inputs.options }} ${{ inputs.buildCommand }}
4646
shell: bash
4747
- run: |
4848
cd ${{ inputs.buildPath }}

0 commit comments

Comments
 (0)