From b478271a7ff6d306ae661af1ab75d36a0a2ba06d Mon Sep 17 00:00:00 2001 From: Matthew Boedicker <24275+mmb@users.noreply.github.com> Date: Sun, 17 May 2026 12:10:16 -0700 Subject: [PATCH] Add committed GitHub Action to check commit messages --- .github/workflows/check.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 9829015..d70af25 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -26,6 +26,13 @@ jobs: - uses: docker://rhysd/actionlint@sha256:6f03470d0152251d7f07f7c4dc019dbe7024c72cd952f839544c7798843efa8f with: args: -color + committed: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + with: + fetch-depth: 0 + - uses: crate-ci/committed@faeed42f2e10c244533a01525f13c4d8b6ce383f # v1.11.1 eslint: runs-on: ubuntu-latest steps: