Upgrade PnPjsExample to SPFx 1.20.0 and switched to fluent ui instead of office-ui-fabric due to compatibility issue #644
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 }} |