Create validate-sample.yml

This commit is contained in:
Paolo Pialorsi 2024-01-23 08:52:46 +01:00 committed by GitHub
parent 37d2ea2e5b
commit c189bc2566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

15
.github/workflows/validate-sample.yml vendored Normal file
View File

@ -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 }}