Skip to content

Commit 4034dbb

Browse files
committed
remove oxfmt
1 parent 0750ecd commit 4034dbb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/wpt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
name: wpt-report
6262
path: wpt/results.html
6363
if-no-files-found: warn
64-
compression: 'none'
64+
archive: false
6565
retention-days: 14

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"markdown-it-table-of-contents": "^0.6.0",
6464
"napi-wasm": "^1.0.1",
6565
"node-fetch": "^3.1.0",
66-
"oxfmt": "^0.66.0",
6766
"parcel": "^2.8.2",
6867
"patch-package": "^6.5.0",
6968
"path-browserify": "^1.0.1",
@@ -97,7 +96,6 @@
9796
"test:wpt": "node wpt/run.mjs",
9897
"report:wpt": "node wpt/report.mjs",
9998
"test:wpt:browser": "node wpt/run.mjs --browser",
100-
"test:wpt:harness": "cargo test --locked --example wpt_adapter && node --test wpt/test/*.test.mjs",
101-
"format:wpt": "oxfmt wpt/"
99+
"test:wpt:harness": "cargo test --locked --example wpt_adapter && node --test wpt/test/*.test.mjs"
102100
}
103101
}

0 commit comments

Comments
 (0)