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.
2 parents 5c74aa7 + 8f1a21e commit ac7ff68Copy full SHA for ac7ff68
.github/workflows/actionlint.yml
@@ -0,0 +1,28 @@
1
+name: actionlint
2
+
3
+on:
4
+ push:
5
+ paths:
6
+ - '.github/workflows/**'
7
+ pull_request:
8
9
10
11
+permissions:
12
+ contents: read
13
+ pull-requests: write
14
15
+jobs:
16
+ run-actionlint:
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - name: Harden the runner (Audit all outbound calls)
20
+ uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
21
+ with:
22
+ egress-policy: audit
23
24
+ - name: Checkout code
25
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26
27
+ - name: Run actionlint
28
+ uses: devops-actions/actionlint@469810fd82c015d3c43815cd2b0e4d02eecc4819 # v0.1.11
0 commit comments