Skip to content

Commit

Permalink
chore: dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed May 30, 2024
1 parent 71da78a commit 9c76655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
git config --global user.email [email protected]
git config --global user.name github-actions
- name: Conventional commit check
- name: PR title check
if: ${{ github.event_name == 'pull_request' }}
uses: cocogitto/cocogitto-action@v3
with:
verify: ${{ github.event.pull_request.title }}
verify: "${{ github.event.pull_request.title }}"
check: "false"

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
Expand Down
1 change: 1 addition & 0 deletions Check some PRs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md

0 comments on commit 9c76655

Please sign in to comment.