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 9d956a8 commit ea78867Copy full SHA for ea78867
.github/workflows/lint.yml
@@ -0,0 +1,32 @@
1
+name: Lint
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
+ - "**"
10
11
+permissions: {}
12
13
+jobs:
14
+ lint:
15
+ runs-on: ubuntu-latest
16
+ permissions:
17
+ contents: read
18
+ security-events: write
19
20
+ steps:
21
+ - name: Harden the runner (Audit all outbound calls)
22
+ uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
23
+ with:
24
+ egress-policy: audit
25
26
+ - name: Checkout repository
27
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28
29
+ persist-credentials: false
30
31
+ - name: Run zizmor
32
+ uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
0 commit comments