File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 23
23
cache : ' npm'
24
24
cache-dependency-path : ' **/package-lock.json'
25
25
- 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
34
28
- name : Lint
35
29
# github adds inline annotation for compact or stylish format
36
30
# which is different than our default for local usage
Original file line number Diff line number Diff line change 124
124
{
125
125
"file" : " test/e2e/app-dir/app-static/app-static.test.ts" ,
126
126
"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" ]
130
128
},
131
129
{
132
130
"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