chore: upgrade @salesforce/source-tracking from v4.2.14 to v4.3.0 to try to address slow deployment issue #2390
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: Validate PR | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize] | |
branches: [develop] | |
jobs: | |
pr-validation: | |
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main | |
code-quality: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version-file: '.nvmrc' | |
cache: npm | |
- run: npm ci | |
- name: Lint | |
run: npm run lint |