Skip to content

fix: set auto-install env to true #46

fix: set auto-install env to true

fix: set auto-install env to true #46

Workflow file for this run

name: PR title conventional-commits linting
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
pr_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: HENNGE/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitTitleMatch: 'false'
ignoreCommits: 'true'