Skip to content

Commit 94109c0

Browse files
authored
Update lint-source.yml
1 parent 7afd932 commit 94109c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint-source.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Install Fortitude
14-
run: pip install fortitude-lint
14+
run: pip install fortitude-lint ansi2txt
1515

1616
- name: Lint the source code
1717
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* &> lint.txt || true
@@ -20,4 +20,5 @@ jobs:
2020
run: cat lint.txt
2121

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

0 commit comments

Comments
 (0)