Skip to content

Commit d3abd61

Browse files
committed
Add a workflow lint so that we don't reintroduce problems in workflows
or actions - Remove unused dependabot.yml
1 parent 728ec54 commit d3abd61

2 files changed

Lines changed: 24 additions & 23 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Workflow Lint
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
permissions: {}
10+
11+
jobs:
12+
zizmor:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+
with:
18+
persist-credentials: false
19+
20+
- name: Run zizmor 🌈
21+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
22+
with:
23+
advanced-security: false
24+
inputs: .github/

0 commit comments

Comments
 (0)