Skip to content

feat(git): add .LatestTag template property #5068

feat(git): add .LatestTag template property

feat(git): add .LatestTag template property #5068

Workflow file for this run

name: Validate Commits
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f
with:
configFile: './.commitlintrc.yml'