Skip to content

Commit

Permalink
chore: lint all commits in a pull request to enable rebase merging
Browse files Browse the repository at this point in the history
Signed-off-by: daniel-y <[email protected]>
  • Loading branch information
daniel-y committed Sep 13, 2023
1 parent 0f194fe commit 5a57de8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/validate_pr_commits.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 5a57de8

Please sign in to comment.