Skip to content

fix(ci): Remove fetch-depth: 0 to get just last commit on commitlint #616

fix(ci): Remove fetch-depth: 0 to get just last commit on commitlint

fix(ci): Remove fetch-depth: 0 to get just last commit on commitlint #616

Workflow file for this run

name: Commitlint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: wagoid/[email protected]
with:
configFile: './.commitlintrc.json'