Skip to content

Commit

Permalink
chore: add conventional commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Mar 2, 2023
1 parent ec9ea6c commit 26b1f0f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Conventional Commit Checker

on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]

jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v1.0.0

0 comments on commit 26b1f0f

Please sign in to comment.