We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ffd3c commit 0e936f7Copy full SHA for 0e936f7
1 file changed
.github/workflows/ci.yaml
@@ -30,3 +30,19 @@ jobs:
30
uses: nikobockerman/github-workflows/.github/workflows/check-yarn.yaml@cefbbbefc1216ea1d0a822149b313c725c5f820b
31
test-features:
32
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