Skip to content

Commit 13f4fd3

Browse files
authored
Update lint-source.yml
1 parent 752d918 commit 13f4fd3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/lint-source.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ 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 >> lint.md
18-
cat lint.md
19-
cat lint.md << EOF >> $GITHUB_STEP_SUMMARY
17+
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true >> lint.txt
2018

21-
- name: Test job summary
22-
run: echo -e "Test! \nTest line 2" >> $GITHUB_STEP_SUMMARY
19+
- name: Print
20+
- run: cat lint.txt
21+
cat lint.txt << EOF >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)