Skip to content

feat(commitlint): loosen body-max-line-length from 100 to 300 #2677

feat(commitlint): loosen body-max-line-length from 100 to 300

feat(commitlint): loosen body-max-line-length from 100 to 300 #2677

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
strategy:
fail-fast: false
matrix:
node-version: ["18", "20"]
uses: ybiquitous/.github/.github/workflows/nodejs-test-reusable.yml@main
with:
node-version: ${{ matrix.node-version }}
lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main