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:
2022-09-13 23:25:14 -07:00
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
2019-03-13 04:14:30 -07:00
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@4caf21aed4a778f940d0b17eb109942ef167bb27
with:
configFile: './.commitlintrc.yml'