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 8617014 commit 0b1122cCopy full SHA for 0b1122c
.github/workflows/backend.yml
@@ -85,15 +85,14 @@ jobs:
85
86
sanity-check:
87
name: Sanity check results
88
- needs: [ license-header, code-style, dead-link ]
+ needs: [ license-header, code-style ]
89
runs-on: ubuntu-latest
90
timeout-minutes: 10
91
steps:
92
- name: Check results
93
run: |
94
[[ ${{ needs.license-header.result }} == 'success' ]] || exit 1;
95
[[ ${{ needs.code-style.result }} == 'success' ]] || exit 1;
96
- [[ ${{ needs.dead-link.result }} == 'success' ]] || exit 1;
97
98
changes:
99
0 commit comments