Skip to content

Commit 7f46d32

Browse files
committed
ci: run actionlint on its own config
1 parent 5ac8db3 commit 7f46d32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
- master
66
paths:
77
- '.github/workflows/*.ya?ml'
8+
- '.github/actionlint.yaml'
89
pull_request:
910
paths:
1011
- '.github/workflows/*.ya?ml'
12+
- '.github/actionlint.yaml'
1113
concurrency:
1214
group: "actionlint-${{ github.ref }}"
1315
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)