Skip to content

Commit

Permalink
build: add check-commits action
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Aug 5, 2024
1 parent 40f9ba5 commit 30916d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: check-commits

on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize

jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check for Conventional Commits
uses: agenthunt/[email protected]

0 comments on commit 30916d0

Please sign in to comment.