Skip to content

Commit 0f905c7

Browse files
committed
Add a workflow for zizmor
1 parent a5be3cf commit 0f905c7

2 files changed

Lines changed: 26 additions & 13 deletions

File tree

.github/workflows/action.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
paths:
6+
- '.github/workflows/*'
7+
8+
pull_request:
9+
paths:
10+
- '.github/workflows/*'
11+
12+
permissions: {}
13+
14+
jobs:
15+
zizmor:
16+
runs-on: ubuntu-latest
17+
permissions:
18+
security-events: write
19+
steps:
20+
- name: Checkout repository
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
with:
23+
persist-credentials: false
24+
25+
- name: Run zizmor 🌈
26+
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ on: [push, pull_request]
66
permissions: {}
77

88
jobs:
9-
zizmor:
10-
runs-on: ubuntu-latest
11-
permissions:
12-
security-events: write
13-
steps:
14-
- name: Checkout repository
15-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16-
with:
17-
persist-credentials: false
18-
19-
- name: Run zizmor 🌈
20-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
21-
229
bats-test:
2310
strategy:
2411
matrix:

0 commit comments

Comments
 (0)