fix: support namespace-qualified types in extends/implements (#50) #35
Workflow file for this run
This file contains hidden or 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: Validate PR | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| pr-validation: | |
| uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main | |
| format-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Install modules | |
| run: yarn | |
| - name: Check Format | |
| run: yarn format |