Skip to content

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

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

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

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