We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9858e58 commit fbdaa66Copy full SHA for fbdaa66
1 file changed
.github/workflows/lint-workflows.yml
@@ -0,0 +1,18 @@
1
+on:
2
+ push:
3
+ paths:
4
+ - .github/workflows/*.yaml
5
+ - .github/workflows/*.yml
6
+ pull_request:
7
8
9
10
+
11
+jobs:
12
+ actionlint:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v4
17
+ - name: Run actionlint
18
+ uses: devops-actions/actionlint@v0.1.9
0 commit comments