Skip to content

Commit

Permalink
chore: add commit lint action (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Jun 8, 2022
1 parent 3de1493 commit 6f20e51
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/commit-message-lint.yml
@@ -0,0 +1,18 @@
name: commit-message-lint

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4


0 comments on commit 6f20e51

Please sign in to comment.