We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3006522 commit c1b6386Copy full SHA for c1b6386
1 file changed
.github/workflows/validate-gh-action.yml
@@ -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