Apply updated repository kit guidance
Some checks failed
Build / build (push) Failing after 1m28s
Release Dry Run / release-dry-run (push) Successful in 1m23s
Template Compliance / compliance (push) Successful in 5s

This commit is contained in:
MrSphay
2026-05-15 04:07:38 +02:00
parent d3e84feedd
commit 296270b2c0
4 changed files with 12 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Check unresolved placeholders
run: |
! grep -RInE "PROJECT_NAME|PROJECT_DESCRIPTION|REPOSITORY_OWNER|REPOSITORY_NAME|BUILD_COMMAND|TEST_COMMAND|LINT_COMMAND" -- . --exclude-dir=.git --exclude-dir=node_modules --exclude-dir=.next
! grep -RInE "[P]ROJECT_NAME|[P]ROJECT_DESCRIPTION|[R]EPOSITORY_OWNER|[R]EPOSITORY_NAME|[B]UILD_COMMAND|[T]EST_COMMAND|[L]INT_COMMAND" -- . --exclude-dir=.git --exclude-dir=node_modules --exclude-dir=.next
- name: Setup Node
uses: actions/setup-node@v4

View File

@@ -23,7 +23,7 @@ jobs:
- name: Placeholder scan
run: |
! grep -RInE "PROJECT_NAME|PROJECT_DESCRIPTION|REPOSITORY_OWNER|REPOSITORY_NAME|PACKAGE_NAME|ARTIFACT_NAME|ARTIFACT_OUTPUT_DIRECTORY" -- AGENTS.md .codex README.md docs .gitea || exit 1
! grep -RInE "[P]ROJECT_NAME|[P]ROJECT_DESCRIPTION|[R]EPOSITORY_OWNER|[R]EPOSITORY_NAME|[P]ACKAGE_NAME|[A]RTIFACT_NAME|[A]RTIFACT_OUTPUT_DIRECTORY" -- AGENTS.md .codex README.md docs .gitea || exit 1
- name: README divider
run: grep -q "rainbow.png" README.md