Skip to content

build(deps-dev): bump lint-staged from 13.2.3 to 14.0.1 #230

build(deps-dev): bump lint-staged from 13.2.3 to 14.0.1

build(deps-dev): bump lint-staged from 13.2.3 to 14.0.1 #230

Workflow file for this run

name: PR / Sources
on:
pull_request:
branches: [master]
jobs:
validate-sources:
name: Validate sources
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn prettier --check .
- run: yarn cspell --no-must-find-files '**'