Skip to content

build(deps-dev): bump @commitlint/cli from 17.6.7 to 17.7.1 #225

build(deps-dev): bump @commitlint/cli from 17.6.7 to 17.7.1

build(deps-dev): bump @commitlint/cli from 17.6.7 to 17.7.1 #225

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