Skip to content

Commit 0e936f7

Browse files
committed
ci: Add one job to CI as required check
1 parent 03ffd3c commit 0e936f7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,19 @@ jobs:
3030
uses: nikobockerman/github-workflows/.github/workflows/check-yarn.yaml@cefbbbefc1216ea1d0a822149b313c725c5f820b
3131
test-features:
3232
uses: ./.github/workflows/test-features.yaml
33+
34+
check:
35+
needs:
36+
- check-feature-configs
37+
- check-github-actions
38+
- check-prettier
39+
- check-renovate-config
40+
- check-shellcheck
41+
- check-yarn
42+
- test-features
43+
if: always()
44+
runs-on: ubuntu-latest
45+
steps:
46+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
47+
with:
48+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)