File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2323 cache : ' npm'
2424 cache-dependency-path : ' **/package-lock.json'
2525 - run : npm ci
26- - name : Prettify code
27- 28- with :
29- prettier_options : --write .
30- only_changed : true
31- commit_message : ' chore: format with prettier'
32- clean_node_folder : false
33-
26+ - name : Check Format
27+ run : npm run format:check
3428 - name : Lint
3529 # github adds inline annotation for compact or stylish format
3630 # which is different than our default for local usage
Original file line number Diff line number Diff line change 124124 {
125125 "file" : " test/e2e/app-dir/app-static/app-static.test.ts" ,
126126 "reason" : " Uses CLI output" ,
127- "tests" : [
128- " app-dir static/dynamic handling should warn for too many cache tags"
129- ]
127+ "tests" : [" app-dir static/dynamic handling should warn for too many cache tags" ]
130128 },
131129 {
132130 "file" : " test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts" ,
You can’t perform that action at this time.
0 commit comments