Skip to content

build(deps-dev): bump @commitlint/cli from 17.4.4 to 17.6.7 #164

build(deps-dev): bump @commitlint/cli from 17.4.4 to 17.6.7

build(deps-dev): bump @commitlint/cli from 17.4.4 to 17.6.7 #164

Workflow file for this run

name: ci
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.18.1
cache: 'npm'
- name: Install dependencies
run: yarn install
- name: Linting
run: yarn lint
- name: Test
run: yarn test:ci
- name: Build
run: yarn build