Skip to content

Commit

Permalink
Merge pull request #70 from pnp/PaoloPia-patch-1
Browse files Browse the repository at this point in the history
Create validate-sample.yml
  • Loading branch information
Katerina-Chernevskaya committed Feb 8, 2024
2 parents d5e5d52 + baa2a5e commit 52b2f18
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 52b2f18

Please sign in to comment.