Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

feat: Improve voucher execution error handling #54

feat: Improve voucher execution error handling

feat: Improve voucher execution error handling #54

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Conventional commit check
on: [push]
jobs:
cog_check_job:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true