Skip to content

fix(bash): make script names consistent #5

fix(bash): make script names consistent

fix(bash): make script names consistent #5

Workflow file for this run

---
name: Conventional Commit Checker
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v2.0.0