Skip to content

Commit d149e25

Browse files
committed
ci: Add linting job with GitHub Actions with zizmor.
1 parent fe9bff3 commit d149e25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ jobs:
100100
path: coverage/coverage.*
101101
if-no-files-found: error
102102

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+
103109
check:
104110
name: Check
105111
if: always()

0 commit comments

Comments
 (0)