Skip to content

fix: adding traefik #74

fix: adding traefik

fix: adding traefik #74

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