From 22b790dfc4a28c3b7930ce4680ce95e0955e3262 Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Sat, 14 Sep 2024 14:07:56 +0200 Subject: [PATCH] Hide the fix mes --- .github/workflows/tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8cf3a42..2b13bbd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -68,12 +68,12 @@ jobs: run: find .github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) | xargs -I {} action-validator --verbose {} shell: bash - fixme-check: - name: No FIXMEs + wip-check: + name: No 'fix me's check runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: grep -RHin fixme . && exit 1 + - run: grep -RHin $(printf Zml4bWUK | base64 -d) . && exit 1 # had to hide the `f i x m e` inside of base64 to not trigger it here too tests-succeeded: name: Tests Succeeded @@ -83,7 +83,7 @@ jobs: - editorconfig-check - dependabot-validate - workflow-validate - - fixme-check + - wip-check runs-on: ubuntu-latest steps: