Skip to content

Commit 507a96a

Browse files
committed
fixup: add check job
1 parent 0ba720d commit 507a96a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ jobs:
1414
- uses: pre-commit/[email protected]
1515
with:
1616
extra_args: --all-files
17+
18+
check:
19+
runs-on: ubuntu-latest
20+
if: always()
21+
needs:
22+
- lint
23+
steps:
24+
- uses: re-actors/alls-green@release/v1
25+
with:
26+
jobs: ${{ toJson( needs ) }}

0 commit comments

Comments
 (0)