Skip to content

chore: bump @commitlint/cli from 19.4.0 to 19.5.0 #373

chore: bump @commitlint/cli from 19.4.0 to 19.5.0

chore: bump @commitlint/cli from 19.4.0 to 19.5.0 #373

Workflow file for this run

name: checker
on:
pull_request:
branches: [main, test]
push:
branches: [main]
jobs:
checker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
environment: checker
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
with:
node-version: ${{ matrix.node-version }}
ref: ${{ github.head_ref }}
- name: Install dependencies
run: npm install
- name: start lint
run: npm run lint