Skip to content

Commit

Permalink
Hide the fix mes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeReaper committed Sep 14, 2024
1 parent 03f3725 commit 22b790d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -83,7 +83,7 @@ jobs:
- editorconfig-check
- dependabot-validate
- workflow-validate
- fixme-check
- wip-check

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 22b790d

Please sign in to comment.