SPFx version updated to 1.20.0 and deprecated alert component from Fluent UI 9 replaced with Messagebar component #596
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 }} |