Skip to content

fix(platforms): update python docs #69

fix(platforms): update python docs

fix(platforms): update python docs #69

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