oh-my-posh/.github/workflows/commits.yml

15 lines
358 B
YAML
Raw Normal View History

2019-03-13 04:14:30 -07:00
name: Validate Commits
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2019-03-13 04:14:30 -07:00
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@456526eec71276a59e74aafdfe06a9632ac2eee1
with:
configFile: './.commitlintrc.yml'