Skip to content

chore(deps): update commitlint monorepo to v17.6.7 #268

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

chore(deps): update commitlint monorepo to v17.6.7 #268

Workflow file for this run

name: Checks
on:
push:
branches-ignore:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: actions/checkout@v3
- 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