Updating the CRON schedules and adding a bit of IT Assets content #20
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 }} |