diff --git a/.github/workflows/commits.yaml b/.github/workflows/commits.yaml new file mode 100644 index 0000000..7222809 --- /dev/null +++ b/.github/workflows/commits.yaml @@ -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