Skip to content

Commit 499386e

Browse files
committed
Add a CI step for zizmor
1 parent 96d218c commit 499386e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,19 @@ jobs:
4747
- run: cargo fmt --all -- --check
4848
- run: cargo clippy -- -Dwarnings
4949

50+
zizmor:
51+
name: Zizmor Github Actions lint
52+
runs-on: ubuntu-24.04
53+
permissions:
54+
security-events: write
55+
steps:
56+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57+
with:
58+
persist-credentials: false
59+
60+
- name: Run zizmor
61+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
62+
5063
config:
5164
runs-on: ubuntu-latest
5265
steps:

0 commit comments

Comments
 (0)