Skip to content

chore(deps): update commitlint monorepo to v19 (major) #762

chore(deps): update commitlint monorepo to v19 (major)

chore(deps): update commitlint monorepo to v19 (major) #762

Workflow file for this run

name: Test and coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: npm ci
- name: test
run: |
npm run test
npm run test:coverage