Skip to content

Commit

Permalink
feat(ci): add conventional commits check
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <github@iverly.net>
  • Loading branch information
iverly committed Oct 24, 2023
1 parent 5f7ec92 commit 9b7ef7c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check

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

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

0 comments on commit 9b7ef7c

Please sign in to comment.