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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2019-03-13 04:14:30 -07:00
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@4feee87144cedc9ebed8854b383a61dafc51ebf9
with:
configFile: './.commitlintrc.yml'