Skip to content

feat(semver-major): Upgrade package to Node.js v23 #130

feat(semver-major): Upgrade package to Node.js v23

feat(semver-major): Upgrade package to Node.js v23 #130

Workflow file for this run

name: Conventional Commit Linter
on:
push:
branches:
- main
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 100
- uses: wagoid/commitlint-github-action@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}