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 4ccba12 + c0991a2 commit e9cf4daCopy full SHA for e9cf4da
.github/workflows/action-lint.yml
@@ -0,0 +1,30 @@
1
+name: GitHub Actions linting
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - develop
7
+ - main
8
+ paths:
9
+ - '.github/workflows/*.ya?ml'
10
+ pull_request:
11
12
13
14
+concurrency:
15
+ group: "action-lint-${{ github.ref }}"
16
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
17
18
+jobs:
19
+ workflow_syntax:
20
+ permissions:
21
+ contents: read
22
+ name: Lint actions
23
+ uses: move-agency/actions-templates/.github/workflows/actionlint.yml@main
24
+ workflow_security:
25
26
+ # required for workflows in private repositories
27
28
+ actions: read
29
+ name: Check action security
30
+ uses: move-agency/actions-templates/.github/workflows/zizmor.yml@main
0 commit comments