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@861b4d9f1085e4038d715c541f02b43784676631
with:
configFile: './.commitlintrc.yml'