Skip to content

Commit e9cf4da

Browse files
authored
Merge branch 'develop' into patch-3
2 parents 4ccba12 + c0991a2 commit e9cf4da

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/workflows/action-lint.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
paths:
12+
- '.github/workflows/*.ya?ml'
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+
permissions:
26+
# required for workflows in private repositories
27+
contents: read
28+
actions: read
29+
name: Check action security
30+
uses: move-agency/actions-templates/.github/workflows/zizmor.yml@main

0 commit comments

Comments
 (0)