Skip to content

Commit e90415d

Browse files
committed
chore: added zizmor to GH Actions ci workflow
1 parent c2e9adb commit e90415d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@ jobs:
5151
- name: Run format check
5252
run: npx oxfmt . --check
5353

54+
zizmor:
55+
name: Zizmor GitHub Actions check
56+
runs-on: ubuntu-latest
57+
permissions:
58+
security-events: write
59+
steps:
60+
- name: Checkout repository
61+
uses: actions/checkout@v6
62+
with:
63+
persist-credentials: false
64+
65+
- name: Run zizmor
66+
uses: zizmorcore/zizmor-action@v0.5.3
67+
5468
test-browser:
5569
name: Run browser tests
5670
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)