Skip to content

fix: remove .vscode from .gitignore #65

fix: remove .vscode from .gitignore

fix: remove .vscode from .gitignore #65

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