Skip to content

Commit

Permalink
chore(ci): add commit-lint action
Browse files Browse the repository at this point in the history
Enforce commit message format.
  • Loading branch information
gszr authored and locao committed Feb 27, 2024
1 parent 11f6b56 commit 6c9f44a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: commit-lint

on: [push, pull_request]

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: ahmadnassri/action-commit-lint@v2
with:
config: conventional

0 comments on commit 6c9f44a

Please sign in to comment.