Skip to content

Commit

Permalink
build: add conventional commits github check
Browse files Browse the repository at this point in the history
  • Loading branch information
manhunto committed Mar 2, 2024
1 parent 17d2319 commit a70f02f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/conventional_commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Conventional Commits
on: [pull_request, push]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/[email protected]

0 comments on commit a70f02f

Please sign in to comment.