Skip to content

build(deps): bump actions/checkout from 3 to 4 #247

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #247

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@v4
- 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 '**'