Skip to content

Commit fbdaa66

Browse files
authored
Create lint-workflows.yml
1 parent 9858e58 commit fbdaa66

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/lint-workflows.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
paths:
4+
- .github/workflows/*.yaml
5+
- .github/workflows/*.yml
6+
pull_request:
7+
paths:
8+
- .github/workflows/*.yaml
9+
- .github/workflows/*.yml
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/[email protected]

0 commit comments

Comments
 (0)