Skip to content

Commit

Permalink
Create validate-sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloPia authored Jan 23, 2024
1 parent 5820537 commit ac45e93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/validate-sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sample 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 }}

0 comments on commit ac45e93

Please sign in to comment.