From e93d2034944a78c8cee31e16dad71460f5d39dd8 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 3 May 2026 00:19:07 +1000 Subject: [PATCH 1/2] Rename all pre-commit workflows to prek --- .github/workflows/{pre-commit-audit.yml => prek-audit.yml} | 0 .../workflows/{pre-commit-manual.yml => prek-manual.yml} | 0 .github/workflows/{pre-commit.yml => prek.yml} | 2 +- README.md | 6 +++--- 4 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{pre-commit-audit.yml => prek-audit.yml} (100%) rename .github/workflows/{pre-commit-manual.yml => prek-manual.yml} (100%) rename .github/workflows/{pre-commit.yml => prek.yml} (90%) diff --git a/.github/workflows/pre-commit-audit.yml b/.github/workflows/prek-audit.yml similarity index 100% rename from .github/workflows/pre-commit-audit.yml rename to .github/workflows/prek-audit.yml diff --git a/.github/workflows/pre-commit-manual.yml b/.github/workflows/prek-manual.yml similarity index 100% rename from .github/workflows/pre-commit-manual.yml rename to .github/workflows/prek-manual.yml diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/prek.yml similarity index 90% rename from .github/workflows/pre-commit.yml rename to .github/workflows/prek.yml index d490206..72e751c 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/prek.yml @@ -11,7 +11,7 @@ permissions: jobs: pre-commit: - name: 🏃🏿‍♂️‍➡️ Run prek on ${{ matrix.os }} + name: 🏃🏿‍♂️‍➡️ prek on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/README.md b/README.md index 115fe63..2c00d95 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ [![Built with Tailwind CSS](https://img.shields.io/badge/Built%20with-Tailwind-blue)](https://tailwindcss.com/) [![Super-Linter](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml?query=branch%3Amain) -[![Audit hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-audit.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-audit.yml?query=branch%3Amain) -[![Manual hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-manual.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit-manual.yml?query=branch%3Amain) -[![Standard hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml?query=branch%3Amain) +[![Audit hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-audit.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-audit.yml?query=branch%3Amain) +[![Manual hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-manual.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek-manual.yml?query=branch%3Amain) +[![Standard hooks](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek.yml/badge.svg?branch=main)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/prek.yml?query=branch%3Amain) [![Easter Eggs](https://img.shields.io/badge/Easter-Eggs-ff69b4?labelColor=9b59b6)](https://nextcommunity.github.io) From 52a75da7f4be92eada6d251d87ff4eb896264838 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 3 May 2026 00:26:03 +1000 Subject: [PATCH 2/2] Rename job steps --- .github/workflows/prek-audit.yml | 2 +- .github/workflows/prek-manual.yml | 2 +- .github/workflows/prek.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prek-audit.yml b/.github/workflows/prek-audit.yml index 6e4457f..4e9e174 100644 --- a/.github/workflows/prek-audit.yml +++ b/.github/workflows/prek-audit.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - pre-commit: + prek-audit: name: 🏃‍♂️‍➡️ prek on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: diff --git a/.github/workflows/prek-manual.yml b/.github/workflows/prek-manual.yml index 747e367..b623976 100644 --- a/.github/workflows/prek-manual.yml +++ b/.github/workflows/prek-manual.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - pre-commit: + prek-manual: name: 🏃‍♂️‍➡️ prek on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 72e751c..221c254 100644 --- a/.github/workflows/prek.yml +++ b/.github/workflows/prek.yml @@ -10,7 +10,7 @@ permissions: contents: read jobs: - pre-commit: + prek: name: 🏃🏿‍♂️‍➡️ prek on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: