Skip to content

chore: add "type" to package.json #286

chore: add "type" to package.json

chore: add "type" to package.json #286

Workflow file for this run

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