Skip to content

feat: add convenience application factory for self-hosting #712

feat: add convenience application factory for self-hosting

feat: add convenience application factory for self-hosting #712

name: Check commit messages
on: [push]
jobs:
check-commit-messages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure cocogitto
run: echo 'tag_prefix = "v"' > cog.toml
- name: Run cocogitto
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true