Skip to content

feat: updated traefik app #76

feat: updated traefik app

feat: updated traefik app #76

Workflow file for this run

name: Check
on: [push]
jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Conventional commits check
uses: oknozor/cocogitto-action@v3
with:
check-latest-tag-only: true