Skip to content

Commit

Permalink
ci: add verify PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed May 30, 2024
1 parent ea5e052 commit 2ac1315
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
git config --global user.name github-actions
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3.7
uses: cocogitto/cocogitto-action@v3
with:
git-user: 'github-actions'
git-user-email: '[email protected]'
git-user-email: '[email protected]'

- name: Conventional commit check
if: ${{ github.event_name == 'pull_request' }}
uses: cocogitto/cocogitto-action@v3
with:
verify: ${{ github.event.pull_request.title }}

0 comments on commit 2ac1315

Please sign in to comment.