Skip to content

chore: update actions/checkout action to v5 - autoclosed #537

chore: update actions/checkout action to v5 - autoclosed

chore: update actions/checkout action to v5 - autoclosed #537

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
types:
- opened
- synchronize
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6.1.2