Skip to content

Commit

Permalink
ci: lint commit messages
Browse files Browse the repository at this point in the history
Lint commit messages according to the Conventional Commits standard

Signed-off-by: Maksim Elizarev <44438314+djmaxus@users.noreply.github.com>
  • Loading branch information
djmaxus committed Nov 29, 2024
1 parent 34cdc04 commit 9f75d7b
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: Commitlint

on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
commitlint:
runs-on: ubuntu-latest
name: Commitlint
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1

0 comments on commit 9f75d7b

Please sign in to comment.