diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 611571c..9b49c15 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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