Skip to content

Commit b8e596f

Browse files
authored
Create validate-sample.yml
1 parent 9e3c116 commit b8e596f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: External validation
2+
3+
on:
4+
pull_request_target:
5+
branches:
6+
- "main"
7+
8+
jobs:
9+
validate:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Validate
13+
uses: pnp/pnp-sample-validation@main
14+
with:
15+
gh-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)