Skip to content

chore(deps): bump wagoid/commitlint-github-action from 4.1.1 to 5.4.4 #133

chore(deps): bump wagoid/commitlint-github-action from 4.1.1 to 5.4.4

chore(deps): bump wagoid/commitlint-github-action from 4.1.1 to 5.4.4 #133

Workflow file for this run

name: "Commit Lint"
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/[email protected]
with:
failOnWarnings: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}