Skip to content

Commit 4df75ec

Browse files
committed
Add actionlint workflow
1 parent 6530c0a commit 4df75ec

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Actionlint
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- ".github/workflows/**"
7+
push:
8+
paths:
9+
- ".github/workflows/**"
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

Comments
 (0)