diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6f8cd09..df4c0e8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ on: jobs: build-test: - runs-on: ubuntu-latest + runs-on: ubuntu-latestf timeout-minutes: 20 env: PUBLIC_AUTH_SIGNIN_URL: ${{ secrets.PUBLIC_AUTH_SIGNIN_URL }} @@ -79,10 +79,10 @@ jobs: - name: Build site run: npm run build - - name: Guard — no TODO markers may ship in built HTML + - name: Guard — no TBD markers may ship in built HTML run: | - if grep -rlE '(TODO|TBD):' dist 2>/dev/null | grep -E '\.(html|svg)$'; then - echo "Built output contains unfilled (or legacy ) markers." + if grep -rlE '(TBD):' dist 2>/dev/null | grep -E '\.(html|svg)$'; then + echo "Built output contains unfilled ) markers." echo "Fill in imprint.astro and privacy.astro operator fields before merging to main." exit 1 fi