Add Gitea Actions workflow: ci.yml
All checks were successful
CI / build (push) Successful in 1m20s

This commit is contained in:
2026-01-31 12:40:34 +00:00
parent ae81b4f083
commit 7a3554867b

View File

@@ -22,11 +22,5 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint . --ext .ts --max-warnings=10
- name: Run tests
run: npm test
- name: TypeScript build
run: npx tsc