Skip to content

chore(deps): update commitlint monorepo to ^17.8.1 #3429

chore(deps): update commitlint monorepo to ^17.8.1

chore(deps): update commitlint monorepo to ^17.8.1 #3429

Workflow file for this run

name: build
on: [push, pull_request]
env:
FORCE_COLOR: 3
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.7.0'
- run: yarn --frozen-lockfile
- run: yarn prettier-check
- run: yarn tslint
- run: yarn typecheck
- run: yarn build
- run: yarn cover
- run: yarn nyc report --reporter json
- run: 'bash <(curl -s https://codecov.io/bash)'