Skip to content

Commit b742fe9

Browse files
authored
Update lint-source.yml
1 parent 7d1988d commit b742fe9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint-source.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
run: pip install fortitude-lint
1515

1616
- name: Lint the source code
17-
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* >> $GITHUB_STEP_SUMMARY
18-
continue-on-error: true
17+
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/*
18+
# >> $GITHUB_STEP_SUMMARY
19+
# continue-on-error: true

0 commit comments

Comments
 (0)