Skip to content

Commit 478004f

Browse files
authored
Update lint-source.yml
1 parent 13f4fd3 commit 478004f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true >> lint.txt
1818

1919
- name: Print
20-
- run: cat lint.txt
20+
run: cat lint.txt
2121
cat lint.txt << EOF >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)