Skip to content

Commit 4c876c7

Browse files
authored
feat: add checks-done job (#95)
1 parent e7f1282 commit 4c876c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/default.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
build:
2828
uses: ./.github/workflows/01-build.yml
2929
needs: [init]
30+
31+
checks-done:
32+
runs-on: ubuntu-latest
33+
steps:
34+
- name: 🎉 Checks done
35+
run: echo "🎉 Linting & build were successful."
36+
needs: [build, lint]
3037

3138
deploy:
3239
uses: ./.github/workflows/02-deploy-gh-pages.yml

0 commit comments

Comments
 (0)