Skip to content

chore(deps): update commitlint monorepo to v17 (major) #340

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

chore(deps): update commitlint monorepo to v17 (major) #340

Workflow file for this run

---
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
strategy:
matrix:
node-version: [12.x, 14.x]
name: Use Node.js ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: yarn install
run: yarn
- name: Unittesting
run: yarn test
- name: Linting
run: yarn lint