Move CI workflow to .gitea/workflows
Some checks failed
CI / test (push) Failing after 14s

This commit is contained in:
2026-02-05 19:36:52 +00:00
parent 8e9de1ec03
commit 44680a88fa

View File

@@ -13,9 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
node-version: '18'
- run: npm ci
- run: npm run typecheck
- run: npm run lint
- run: npm run typecheck
- run: npm test