feat(CI): modular testing and linting system + cursor rule

This commit is contained in:
2026-06-27 15:20:52 +09:30
parent 3213d0ca28
commit bdb1911e74
14 changed files with 114 additions and 69 deletions
+11
View File
@@ -0,0 +1,11 @@
name: Run lint
description: Run ESLint on src.
runs:
using: composite
steps:
- name: Lint
shell: bash
run: npm run lint
env:
ESLINT_USE_FLAT_CONFIG: "false"