Commit Graph

3 Commits

Author SHA1 Message Date
JonKazama-Hellion 7534c196e6 Drop lint step from CI (ESLint v9 needs eslint.config.js)
CI / verify (push) Successful in 41s
Template doesn't ship with an eslint.config.js. ESLint v9 flat-config is
required and there's no sensible default for an empty skeleton — User adds
it after Use-Template + can re-add the lint step then. Type-check via tsc
runs fine and stays in CI.
2026-05-09 17:54:02 +02:00
JonKazama-Hellion 93f4986204 Drop npm cache + use 'npm install' (no lock file in template)
CI / verify (push) Failing after 29s
setup-node with cache: 'npm' fails because the template ships without
package-lock.json. README documents the path to switch to 'npm ci' once
the downstream repo has a lock file.
2026-05-09 17:30:57 +02:00
JonKazama-Hellion 1a7d716098 Initial template setup
CI / verify (push) Failing after 34s
2026-05-09 16:41:16 +02:00