oh-my-posh/.github/workflows/commits.yml
2020-09-12 08:57:18 +02:00

13 lines
224 B
YAML

name: Validate Commits
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2