Skip to content

Commit d649cfa

Browse files
committed
chore(ci): add actions validator
1 parent f347d21 commit d649cfa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/workflows/github-actions-validator.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "CI: github-actions-validator"
2+
3+
on:
4+
pull_request:
5+
6+
7+
jobs:
8+
github-actions-validator:
9+
name: Github-actions-validator
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: lumapps/github-actions-validator@0.0.2

0 commit comments

Comments
 (0)