Skip to content

Commit c1b6386

Browse files
committed
Add validate action
1 parent 3006522 commit c1b6386

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Validate GitHub Actions Workflows for this shared actions repo
2+
permissions: {}
3+
4+
on:
5+
pull_request:
6+
paths:
7+
- '.github/workflows/*.yml'
8+
9+
jobs:
10+
11+
validate:
12+
uses: project-ncl/shared-github-actions/.github/workflows/validate-gh-action.yml@2d927763b5bcdd30dead156c32649470cc2b2aa3 # v0.0.17
13+

0 commit comments

Comments
 (0)