Skip to content

Commit 71a473a

Browse files
committed
Revert ci changes, remove further inaccurate test cases
1 parent a2daa76 commit 71a473a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
eslintTsVersion:
5252
- ^6
5353
- ^7
54-
- ~8.0
54+
- ^8
5555
- canary
5656
tsVersion:
5757
- 5.3

test-projects/gjs-types/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"test:check:with-allow-js": "eslint . --max-warnings=0",
99
"test:check:without-allow-gjs": "ALLOW_GJS=false pnpm run _:lint-with-error",
1010
"test:check:project-service": "PROJECT_SERVICE=true eslint . --max-warnings=0",
11-
"test:check:project": "PROJECT=tsconfig.json TSCONFIG_ROOT_DIR=$(pwd) eslint . --max-warnings=0",
1211
"test:check:project:alternate": "PROJECT=tsconfig.nojs.json pnpm run _:lint-with-error",
1312
"test:check:allow-gjs-false": "ALLOW_GJS=false pnpm run _:lint-with-error",
1413
"test:check:allow-gjs-true": "ALLOW_GJS=true eslint . --max-warnings=0"

0 commit comments

Comments
 (0)