We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6530c0a commit 4df75ecCopy full SHA for 4df75ec
1 file changed
.github/workflows/actionlint.yml
@@ -0,0 +1,22 @@
1
+name: Actionlint
2
+
3
+on:
4
+ pull_request:
5
+ paths:
6
+ - ".github/workflows/**"
7
+ push:
8
9
10
+ workflow_dispatch:
11
12
+permissions:
13
+ contents: read
14
15
+jobs:
16
+ actionlint:
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - name: Checkout
20
+ uses: actions/checkout@v4
21
+ - name: Run actionlint
22
+ uses: raven-actions/actionlint@v2
0 commit comments