Skip to content

feat: signed jar for updated range for Class, Enum, Interface + improved symbol hierarchy #4216

feat: signed jar for updated range for Class, Enum, Interface + improved symbol hierarchy

feat: signed jar for updated range for Class, Enum, Interface + improved symbol hierarchy #4216

Workflow file for this run

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@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm ci
- name: Lint
run: npm run lint