From 370b5d5ea955afde2b3baac800e756d9eacef6f7 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 29 Mar 2026 19:05:02 -0500 Subject: [PATCH] fix: update workflow names Meant to rename these before but forgot --- .github/workflows/conventional_commits.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index 95cf3a7..7cb3fe8 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -1,4 +1,4 @@ -name: Enforce Conventional Commits +name: Conventional Commit Check permissions: pull-requests: read @@ -11,7 +11,7 @@ on: - main jobs: - enforce-conventional-commits: + commit_lint: runs-on: ubuntu-latest steps: - name: Lint Conventional Commit Usage