File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2
1010 - uses : denoland/setup-deno@v1
1111 with :
12- deno-version : " 1.36.1 "
12+ deno-version : " v1.x "
1313 - name : Check fmt
1414 run : deno fmt --check
1515 - name : Run lint
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v2
1313 - uses : denoland/setup-deno@v1
1414 with :
15- deno-version : " 1.36.1 "
15+ deno-version : " v1.x "
1616 - name : Update dependencies
1717 run : >
1818 deno run --allow-net --allow-read --allow-write=deps/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Request {
66 headers : Headers {},
77 method : " GET" ,
88 redirect : " follow" ,
9- url : " https://scrapbox.io/api/pages/takker/%E3%83%86%E3%82%B9%E3%83%88%E3%83%9A%E3%83%BC%E3%82%B8?followRe " ... 9 more characters
9+ url : " https://scrapbox.io/api/pages/takker/%E3%83%86%E3%82%B9%E3%83%88%E3%83%9A%E3%83%BC%E3%82%B8?followRename=true " ,
1010}
1111` ;
1212
@@ -16,6 +16,6 @@ Request {
1616 headers : Headers {},
1717 method : " GET" ,
1818 redirect : " follow" ,
19- url : " https://scrapbox.io/api/pages/takker?sort=updated"
19+ url : " https://scrapbox.io/api/pages/takker?sort=updated" ,
2020}
2121` ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Request {
66 headers : Headers {},
77 method : " GET" ,
88 redirect : " follow" ,
9- url : " https://scrapbox.io/api/projects/takker"
9+ url : " https://scrapbox.io/api/projects/takker" ,
1010}
1111` ;
1212
@@ -16,6 +16,6 @@ Request {
1616 headers : Headers {},
1717 method : " GET" ,
1818 redirect : " follow" ,
19- url : " https://scrapbox.io/api/projects?ids=dummy-id1&ids=dummy-id2"
19+ url : " https://scrapbox.io/api/projects?ids=dummy-id1&ids=dummy-id2" ,
2020}
2121` ;
You can’t perform that action at this time.
0 commit comments