Skip to content

Commit

Permalink
ci(github-actions): add cocogitto to enforce Conventional Commits
Browse files Browse the repository at this point in the history
  • Loading branch information
nisavid committed Mar 26, 2024
1 parent bf2dc27 commit 7f7f50b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cocogitto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on: [push]

jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3

0 comments on commit 7f7f50b

Please sign in to comment.