oh-my-posh/.github/workflows/commits.yml
dependabot[bot] 4940908fb2 chore(deps): bump wagoid/commitlint-github-action from 5.3.1 to 5.4.0
Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/wagoid/commitlint-github-action/releases)
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](09faa1aae8...6b9a739128)

---
updated-dependencies:
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-11 07:34:53 +02:00

15 lines
358 B
YAML

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