Skip to content

Release next version #6

Release next version

Release next version #6

Workflow file for this run

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