Skip to content

Commit

Permalink
added semantic commit check
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Jan 12, 2024
1 parent db478b1 commit 467003f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/conventionalCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Conventional Commits PR Check"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 #v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 467003f

Please sign in to comment.