Skip to content

Commit

Permalink
ci(github): check commits with cocogitto before building
Browse files Browse the repository at this point in the history
  • Loading branch information
massix committed Jul 4, 2024
1 parent 7b3e00c commit a39796d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commits.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check commits
on: [pull_request]
jobs:
cogcheck:
name: Check commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true

0 comments on commit a39796d

Please sign in to comment.