Skip to content

chore: bump @commitlint/cli from 19.3.0 to 19.4.1 #9

chore: bump @commitlint/cli from 19.3.0 to 19.4.1

chore: bump @commitlint/cli from 19.3.0 to 19.4.1 #9

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: CI
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'yarn'
- run: yarn install
- run: yarn run ci