Skip to content

Commit 01a9b72

Browse files
authored
Update lint-source.yml
1 parent 94109c0 commit 01a9b72

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/lint-source.yml

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

19-
- name: Print output to step
20-
run: cat lint.txt
19+
- name: Sanitize
20+
run: cat lint.txt | ansi2txt > lint2.txt
2121

2222
- name: Output Summary
23-
run: cat lint.txt | ansi2txt > lint2.txt
24-
cat lint2.txt << EOF > $GITHUB_STEP_SUMMARY
23+
run: cat lint2.txt << EOF > $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)