Skip to content

Commit 76471e3

Browse files
authored
Update check_code_format.yml
1 parent 575d990 commit 76471e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_code_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "errors<<EOF" >> $GITHUB_OUTPUT
4646
echo -e "$ERRORS" >> $GITHUB_OUTPUT
4747
echo "EOF" >> $GITHUB_OUTPUT
48-
exit $ret
48+
#exit $ret
4949
5050
- name: Post comment on PR
5151
if: ${{ github.event_name == 'pull_request' && steps.fmt.outputs.errors != '' }}

0 commit comments

Comments
 (0)