Skip to content

chore: bump @commitlint/format from 19.3.0 to 19.5.0 #372

chore: bump @commitlint/format from 19.3.0 to 19.5.0

chore: bump @commitlint/format from 19.3.0 to 19.5.0 #372

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