We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07c9c6 commit 752d918Copy full SHA for 752d918
.github/workflows/lint-source.yml
@@ -16,4 +16,7 @@ jobs:
16
- name: Lint the source code
17
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* || true >> lint.md
18
cat lint.md
19
- cat lint.md >> $GITHUB_STEP_SUMMARY
+ 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