We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9bff3 commit d149e25Copy full SHA for d149e25
1 file changed
.github/workflows/main.yml
@@ -100,6 +100,12 @@ 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()
0 commit comments