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.
2 parents 219c314 + a878fe8 commit 5835d78Copy full SHA for 5835d78
.github/workflows/test.yml
@@ -80,3 +80,10 @@ jobs:
80
81
- name: test
82
run: make test
83
+
84
+ all-done:
85
+ needs:
86
+ - test
87
+ runs-on: ubuntu-24.04
88
+ steps:
89
+ - run: echo "All jobs completed"
.github/workflows/validate.yml
@@ -33,3 +33,11 @@ jobs:
33
run: pip install --break-system-packages codespell==v2.4.1
34
- name: run codespell
35
run: codespell
36
37
38
39
+ - lint
40
+ - codespell
41
42
43
0 commit comments