Skip to content

Commit a4cbbb2

Browse files
committed
feat(ci): add Zizmor CI job
1 parent caa0a6e commit a4cbbb2

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Zizmor
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
schedule:
8+
- cron: "0 12 * * 1" # Monday, 12:00:00 UTC
9+
10+
permissions: {}
11+
12+
jobs:
13+
zizmor:
14+
name: Action Static Analysis
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
with:
21+
persist-credentials: false
22+
23+
- name: Install uv
24+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
25+
26+
- name: Run zizmor
27+
run: uvx zizmor .

0 commit comments

Comments
 (0)