Samples contribution from SharingIsCaring session 19-08-2024 | SPXPERT Solutions OPC Pvt. Ltd. #8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |