Skip to content

build(deps-dev): bump @commitlint/config-angular from 17.6.7 to 17.7.0 #228

build(deps-dev): bump @commitlint/config-angular from 17.6.7 to 17.7.0

build(deps-dev): bump @commitlint/config-angular from 17.6.7 to 17.7.0 #228

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