Skip to content

Commit 0ec65ef

Browse files
committed
chore: add Zizmor action as PoC
1 parent 85b7f64 commit 0ec65ef

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/zizmor.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Zizmor
2+
3+
on:
4+
push:
5+
branches: [master]
6+
paths:
7+
- '.github/workflows/**'
8+
pull_request:
9+
branches: [master]
10+
paths:
11+
- '.github/workflows/**'
12+
13+
jobs:
14+
zizmor:
15+
name: Audit GitHub Actions workflows
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v6
20+
with:
21+
persist-credentials: false
22+
23+
- name: Run Zizmor
24+
run: uvx zizmor .

0 commit comments

Comments
 (0)