Skip to content

Commit

Permalink
feat: Create commit-msg-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 authored May 2, 2024
1 parent d38e7ab commit 9e5628c
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/action-conventional-commits@v1.3.0

0 comments on commit 9e5628c

Please sign in to comment.