From 7be946927dbc5b3e936edc5f2dd24e833b76384d Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Sat, 25 Jul 2026 15:33:10 +1200 Subject: [PATCH] ci: point workflow callers at actionsforge reusables Replace legacy tfstack/platformfuzz/jdevto action library refs with actionsforge equivalents; ensure markdown-lint and commitmsg-conform exist. --- .github/workflows/commitmsg-conform.yml | 2 +- .github/workflows/markdown-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitmsg-conform.yml b/.github/workflows/commitmsg-conform.yml index 69fba4a..8af1d71 100644 --- a/.github/workflows/commitmsg-conform.yml +++ b/.github/workflows/commitmsg-conform.yml @@ -8,4 +8,4 @@ permissions: pull-requests: read jobs: commitmsg-conform: - uses: platformfuzz/actions/.github/workflows/commitmsg-conform.yml@main + uses: actionsforge/actions/.github/workflows/commitmsg-conform.yml@main diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 80d2d9c..8aef7ec 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -8,4 +8,4 @@ permissions: pull-requests: read jobs: markdown-lint: - uses: platformfuzz/actions/.github/workflows/markdown-lint.yml@main + uses: actionsforge/actions/.github/workflows/markdown-lint.yml@main