Skip to content

Commit 752d918

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint-source.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
- name: Lint the source code
1717
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true >> lint.md
1818
cat lint.md
19-
cat lint.md >> $GITHUB_STEP_SUMMARY
19+
cat lint.md << EOF >> $GITHUB_STEP_SUMMARY
20+
21+
- name: Test job summary
22+
run: echo -e "Test! \nTest line 2" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)