Skip to content

Commit a07c9c6

Browse files
authored
Update lint-source.yml
1 parent 1044b24 commit a07c9c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint-source.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +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/*/* || true >> $GITHUB_STEP_SUMMARY
17+
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

Comments
 (0)