Skip to content

Commit cf9842f

Browse files
committed
WIP
1 parent 14951f5 commit cf9842f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ jobs:
4444
run: ${{ steps.download-actionlint.outputs.executable }} -color
4545
shell: bash
4646

47+
print-job-status:
48+
needs: check-workflows
49+
runs-on: ubuntu-latest
50+
if: ${{ always() }}
51+
steps:
52+
- run: echo "${{ job.status }}"
53+
shell: bash
54+
4755
analyse-code:
4856
name: Analyse code
4957
needs: check-workflows

0 commit comments

Comments
 (0)