File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1919 python-version : 3.14
2020 - run : npm ci
2121 - run : pip install codespell
22- - run : ALL_TYPE_DEFINITIONS_TESTS=1 npx run-s lint-raw codespell
22+ - run : npx run-s lint-raw codespell
23+
24+ type-definitions :
25+ runs-on : ubuntu-latest
26+ steps :
27+ - uses : actions/checkout@v6
28+ - uses : actions/setup-node@v6
29+ with :
30+ node-version : 25
31+ cache : npm
32+ - run : npm ci
33+ - run : npx run-s build-types test-type-definitions-all
2334
2435 karma :
2536 runs-on : windows-2022
Original file line number Diff line number Diff line change 3939 "compat-rhino" : " npm run zxi tests/compat/rhino-adapter.mjs" ,
4040 "debug-get-dependencies" : " npm run zxi time tests/debug-get-dependencies/debug-get-dependencies.mjs" ,
4141 "lint" : " run-s prepare lint-raw" ,
42- "lint-raw" : " run-s build-types test-eslint test-type-definitions bundle-package test-publint" ,
43- "test" : " run-s prepare test-raw" ,
44- "test-raw" : " run-s lint-raw bundle-tests test-unit test-promises test-entries test-compat-data test-compat-tools test-builder test-babel-plugin check" ,
42+ "lint-raw" : " run-s test-eslint bundle-package test-publint" ,
43+ "test" : " run-s prepare test-raw test-type-definitions " ,
44+ "test-raw" : " run-s lint-raw build-types bundle-tests test-unit test-promises test-entries test-compat-data test-compat-tools test-builder test-babel-plugin check" ,
4545 "test-eslint" : " npm run zxi time tests/eslint/runner.mjs" ,
4646 "test-publint" : " npm run zxi time tests/publint/runner.mjs" ,
4747 "test-unit" : " run-s test-unit-karma test-unit-node test-unit-bun" ,
You can’t perform that action at this time.
0 commit comments