Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 #20

chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0

chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 #20

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