Skip to content

Commit

Permalink
ci: introduce commit message linter (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks authored Apr 8, 2024
2 parents 18674fd + 886f030 commit c0a78d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Commit messages linter

on:
pull_request:
branches:
- master

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

0 comments on commit c0a78d5

Please sign in to comment.