Add smoke test workflow #53
Reference in New Issue
Block a user
Delete Branch "fix/add-smoke-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dead simple CI: parse check + secret scan.
LGTM as a starting baseline — parse checks plus a secret scan is the right floor.
Two small follow-ups worth doing in a separate PR (not blocking this one):
node -c game.jsto the parse step. The game’s single most important file isn’t currently syntax-checked by this workflow.--include=*.yml --include=*.py --include=*.sh— skips.js,.json,.md,.html. A pasted token inREADME.mdor a leaked key ingame.jswouldn’t be caught. Broaden or drop the include filters.Neither blocks the merge. Good as-is for the initial smoke floor.