Skip to content

chore(deps-dev): bump @commitlint/cli from 17.6.1 to 19.2.0 #147

chore(deps-dev): bump @commitlint/cli from 17.6.1 to 19.2.0

chore(deps-dev): bump @commitlint/cli from 17.6.1 to 19.2.0 #147

Workflow file for this run

name: Check
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn test --coverage
- run: yarn build