Skip to content

chore(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.0.2 #378

chore(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.0.2

chore(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.0.2 #378

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install
- uses: wagoid/[email protected]
with:
configFile: .commitlintrc.yml
env:
NODE_PATH: ${{ github.workspace }}/node_modules