Skip to content

Commit

Permalink
chore: add commit msg check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Jul 31, 2024
1 parent 77b741e commit 0a9280c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commit-msg-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Commit Message Check'

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

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]

0 comments on commit 0a9280c

Please sign in to comment.