Skip to content

Commit 8221d2c

Browse files
authored
Update lint-source.yml
1 parent 0e4f7d9 commit 8221d2c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/lint-source.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- name: Lint the source code
1717
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true >> lint.txt
1818

19-
- name: Print
20-
run: cat lint.txt
21-
cat lint.txt << EOF >> $GITHUB_STEP_SUMMARY
19+
- name: Print output to step
20+
run: cat lint.txt
21+
22+
- name: Output Summary
23+
run: cat lint.txt << EOF > $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)