feat: add battlefield grid editor and CI lint step

This commit is contained in:
Keith Solomon
2026-07-12 20:47:58 -05:00
parent facbb1a311
commit 02bf9aa390
4 changed files with 273 additions and 2 deletions
+3
View File
@@ -25,3 +25,6 @@ jobs:
- run: composer validate --strict
- run: composer install --no-interaction --prefer-dist
- run: composer check
- run: npm ci --no-audit --no-fund
- run: npm run lint
- run: npm run format