Skip to content

Commit c245e04

Browse files
committed
ci: merge actionlint + zizmor into single workflow-checks.yml
1 parent 183a94c commit c245e04

2 files changed

Lines changed: 15 additions & 34 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Zizmor
1+
name: Workflow Checks
22

33
on:
44
push:
@@ -20,6 +20,20 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
jobs:
23+
actionlint:
24+
name: Actionlint
25+
runs-on: ubuntu-latest
26+
permissions:
27+
contents: read
28+
steps:
29+
- name: Checkout repository
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
with:
32+
persist-credentials: false
33+
34+
- name: Run actionlint
35+
uses: docker://rhysd/actionlint:1.7.12@sha256:b1934ee5f1c509618f2508e6eb47ee0d3520686341fec936f3b79331f9315667
36+
2337
zizmor:
2438
name: Zizmor
2539
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)