Skip to content

dependabot: bump actions/checkout from 3 to 4 #362

dependabot: bump actions/checkout from 3 to 4

dependabot: bump actions/checkout from 3 to 4 #362

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Conventional commit check
on: [push]
jobs:
commit_messages:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Conventional commit check
id: conventional_commit_check
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true