Skip to content

[W-20328559][W-20328751] feat: scrape Metadata API Developer Guide metadata types for metadata XML hover documentation using Playwright + GHA workflow to do this once per week #6814

[W-20328559][W-20328751] feat: scrape Metadata API Developer Guide metadata types for metadata XML hover documentation using Playwright + GHA workflow to do this once per week

[W-20328559][W-20328751] feat: scrape Metadata API Developer Guide metadata types for metadata XML hover documentation using Playwright + GHA workflow to do this once per week #6814

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: ${{ vars.NODE_VERSION || 'lts/*' }}
cache: npm
- run: npm ci
- run: npm run compile -w @salesforce/eslint-plugin-vscode-extensions
name: Compile ESLint rules
- name: Lint
run: npm run lint