-
-
Notifications
You must be signed in to change notification settings - Fork 83
31 lines (27 loc) · 672 Bytes
/
ci-lint.yml
File metadata and controls
31 lines (27 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: CI lint
on:
push:
branches: ["main", "release-*", "ci/*"]
tags: ["v*"]
paths:
- ".github/**"
pull_request:
branches: ["main", "release-*"]
paths:
- ".github/**"
schedule:
- cron: "0 0 * * 0" # every Sunday at midnight
permissions: {}
jobs:
zizmor:
name: Run zizmor
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d
with:
advanced-security: false