Skip to content

Commit

Permalink
ci: github action added to check for fixup commits
Browse files Browse the repository at this point in the history
  • Loading branch information
scar055 authored and Robbert committed Sep 24, 2023
1 parent c339258 commit 0d5d006
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Lint Commit Messages
on: [pull_request]

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5

0 comments on commit 0d5d006

Please sign in to comment.