forked from oxc-project/oxlint-ecosystem-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatrix.json
32 lines (32 loc) · 940 Bytes
/
matrix.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"repository": "rolldown/rolldown",
"ref": "main",
"path": "rolldown",
"command": "./oxlint --deny-warnings -c .oxlintrc.json --ignore-path=.oxlintignore --import-plugin --jsdoc-plugin"
},
{
"repository": "napi-rs/napi-rs",
"ref": "main",
"path": "napi-rs",
"command": "./oxlint --deny-warnings --ignore-path=.oxlintignore --import-plugin -D correctness -A no-export"
},
{
"repository": "toeverything/affine",
"ref": "canary",
"path": "affine",
"command": "./oxlint --deny-warnings -c oxlint.json --import-plugin -D correctness -D perf"
},
{
"repository": "preactjs/preact",
"ref": "main",
"path": "preact",
"command": "./oxlint --deny-warnings -c oxlint.json oxlint src test debug compat hooks test-utils"
},
{
"repository": "DefinitelyTyped/DefinitelyTyped",
"ref": "master",
"path": "DefinitelyTyped",
"command": "echo 'skipped'"
}
]