From 75552bf87edfc07254574e7dd3116d85973d890c Mon Sep 17 00:00:00 2001 From: Adam Wilson <42450907+lightbroker@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:43:39 -0600 Subject: [PATCH] Update guidelines.yml --- .github/workflows/guidelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/guidelines.yml b/.github/workflows/guidelines.yml index 1c9c9337b..ef5e6eb38 100644 --- a/.github/workflows/guidelines.yml +++ b/.github/workflows/guidelines.yml @@ -8,7 +8,7 @@ on: jobs: - test: + test-guidelines: runs-on: ubuntu-latest steps: - name: 'checkout' @@ -44,4 +44,4 @@ jobs: - name: deploy shell: bash run: | - echo "placeholder for deployment process" \ No newline at end of file + echo "placeholder for deployment process"