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

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 07:31:49 +01:00

15 lines
358 B
YAML

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