We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd77b2b commit ffb990dCopy full SHA for ffb990d
1 file changed
.github/workflows/zizmor.yml
@@ -0,0 +1,30 @@
1
+name: Zizmor
2
+
3
+on:
4
+ push:
5
+ branches: ['master']
6
+ pull_request:
7
+ branches: ['**']
8
9
+permissions: {}
10
11
+jobs:
12
+ zizmor:
13
+ name: zizmor
14
+ runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: read
17
+ actions: read
18
+ steps:
19
+ - name: Checkout repository
20
+ uses: actions/checkout@v5
21
+ with:
22
+ persist-credentials: false
23
24
+ - name: Install the latest version of uv
25
+ uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba #v6.3.1
26
27
+ enable-cache: false
28
29
+ - name: Run zizmor
30
+ run: uvx zizmor@1.14.0 .github/workflows -v -p --min-severity=medium
0 commit comments