Skip to content

Commit 149f533

Browse files
committed
chore: add Zizmor action as PoC
1 parent 0ec65ef commit 149f533

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/zizmor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
22-
23-
- name: Run Zizmor
24-
run: uvx zizmor .
22+
23+
- name: Install and run Zizmor
24+
run: |
25+
pip install zizmor
26+
zizmor .

0 commit comments

Comments
 (0)