File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/setup-node@v4
33
33
with :
34
34
node-version : ' lts/*'
35
- check-latest : true
36
35
- run : npm install
37
36
- run : npm run lint
37
+
38
+ format :
39
+ runs-on : ubuntu-latest
40
+ steps :
41
+ - uses : actions/checkout@v4
42
+ - uses : actions/setup-node@v4
43
+ with :
44
+ node-version : ' lts/*'
45
+ check-latest : true
46
+ - run : npm install
38
47
- run : npm run format:check
39
48
40
49
test-remote :
Original file line number Diff line number Diff line change 14
14
"build" : " tsup" ,
15
15
"format" : " prettier --write ." ,
16
16
"format:check" : " prettier --check ." ,
17
- "lint" : " npm-run-all --continue-on-error -s lint:*" ,
17
+ "lint" : " npm-run-all --continue-on-error --aggregate-output --parallel lint:*" ,
18
18
"lint:docs" : " markdownlint \" **/*.md\" " ,
19
19
"lint:eslint-docs" : " npm-run-all -s build \" update:eslint-docs -- --check\" " ,
20
- "lint:js" : " eslint --cache --ignore-pattern \" **/*.md\" . " ,
20
+ "lint:js" : " eslint --cache --ignore-pattern \" **/*.md\" " ,
21
21
"lint:js-docs" : " eslint --no-inline-config \" **/*.md\" " ,
22
22
"lint:package-json" : " npmPkgJsonLint ." ,
23
23
"release" : " release-it" ,
You can’t perform that action at this time.
0 commit comments