Remove ESLint step
All checks were successful
Testing / run-tests (push) Successful in 6m41s

This commit is contained in:
Fred Boniface 2025-03-12 22:18:24 +00:00
parent bef9d30562
commit 7ea1e600cc

View File

@ -30,9 +30,6 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Run ESLint
run: npx eslint . --ext .ts
- name: Run TypeScript Type Checking
run: npx tsc --noEmit