Skip to content

Commit 0f06b55

Browse files
committed
add zizmor checs
1 parent 921fe67 commit 0f06b55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27+
28+
2729
- name: lint wit zizmor
2830
run: |
29-
pacman -S zizmor
31+
pip install zizmor 2>&1
32+
pipx install zizmor
3033
zizmor --gh-token $GITHUB_TOKEN --format sarif . > results.sarif || true
3134
3235
- name: Upload SARIF file

0 commit comments

Comments
 (0)