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 1044b24 commit a07c9c6Copy full SHA for a07c9c6
.github/workflows/lint-source.yml
@@ -14,4 +14,6 @@ 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/*/* || true >> $GITHUB_STEP_SUMMARY
+ run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true >> lint.md
18
+ cat lint.md
19
+ cat lint.md >> $GITHUB_STEP_SUMMARY
0 commit comments