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.
1 parent eb2c785 commit 60cd123Copy full SHA for 60cd123
.github/workflows/main.yml
@@ -100,10 +100,16 @@ jobs:
100
path: coverage/coverage.*
101
if-no-files-found: error
102
103
+ lint-github-actions:
104
+ name: Lint GitHub Actions
105
+ permissions:
106
+ security-events: write
107
+ uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@1ae473d8672fe7613e809d86d202a35063736e16
108
+
109
check:
110
name: Check
111
if: always()
- needs: [lint, test]
112
+ needs: [lint, lint-github-actions, test]
113
runs-on: ubuntu-latest
114
steps:
115
- name: Decide whether the needed jobs succeeded or failed
0 commit comments