👷 ci: add eslint into the check script and CI matrix

This commit is contained in:
2026-07-01 13:22:32 +07:00
parent f6f7edeef6
commit 27f9f20729
4 changed files with 184 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ jobs:
check:
- typecheck
- format
- lint
- test
steps: