Skip to content

chore(deps): update commitlint monorepo to v17.8.0 #597

chore(deps): update commitlint monorepo to v17.8.0

chore(deps): update commitlint monorepo to v17.8.0 #597

Workflow file for this run

name: Checks
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn --frozen-lockfile
- run: yarn run prettier:check
- run: yarn run lint