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 b742fe9 commit 1044b24Copy full SHA for 1044b24
.github/workflows/lint-source.yml
@@ -14,6 +14,4 @@ jobs:
14
run: pip install fortitude-lint
15
16
- name: Lint the source code
17
- run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/*
18
- # >> $GITHUB_STEP_SUMMARY
19
- # continue-on-error: true
+ run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true >> $GITHUB_STEP_SUMMARY
0 commit comments