Skip to content

Commit 89acb3d

Browse files
committed
adds action validate worklfow
1 parent 080ad8b commit 89acb3d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: validate actions
2+
on:
3+
push:
4+
pull_request:
5+
release:
6+
types:
7+
- created
8+
workflow_dispatch:
9+
10+
jobs:
11+
validate-actions:
12+
runs-on: ubuntu-20.04
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: nwisbeta/validate-yaml-schema@v1.0

0 commit comments

Comments
 (0)