Skip to content

⬆️ deps: Upgrade dependency @commitlint/cli to v17.6.3 #717

⬆️ deps: Upgrade dependency @commitlint/cli to v17.6.3

⬆️ deps: Upgrade dependency @commitlint/cli to v17.6.3 #717

Workflow file for this run

name: ci:build
on:
- push
- pull_request
jobs:
test:
name: Continuous integration (build)
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install 🔧
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --ignore-scripts
useRollingCache: true
- name: Build 🏗️
run: yarn ci:build