Skip to content

Commit

Permalink
Merge pull request #28 from free5gc/feat/commit-msg-ci
Browse files Browse the repository at this point in the history
feat: Create commit-msg-check.yml
  • Loading branch information
ianchen0119 authored May 7, 2024
2 parents d38e7ab + f46a8e3 commit 252a187
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commit-msg-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Commit Message Check'

on:
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 252a187

Please sign in to comment.