Create validate-sample.yml
This commit is contained in:
parent
37d2ea2e5b
commit
c189bc2566
|
@ -0,0 +1,15 @@
|
|||
name: External validation
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Validate
|
||||
uses: pnp/pnp-sample-validation@main
|
||||
with:
|
||||
gh-token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue