oh-my-posh/.github/workflows/commits.yml
dependabot[bot] d572e520f2 chore(deps): bump wagoid/commitlint-github-action from 2.0.3 to 5.0.2
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 08:59:59 +02:00

15 lines
358 B
YAML

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