Skip to content

fix: strip ansi color control chars from json #3831

fix: strip ansi color control chars from json

fix: strip ansi color control chars from json #3831

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