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 9
9
- uses : actions/checkout@v2
10
10
- uses : denoland/setup-deno@v1
11
11
with :
12
- deno-version : " 1.36.1 "
12
+ deno-version : " v1.x "
13
13
- name : Check fmt
14
14
run : deno fmt --check
15
15
- name : Run lint
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : denoland/setup-deno@v1
14
14
with :
15
- deno-version : " 1.36.1 "
15
+ deno-version : " v1.x "
16
16
- name : Update dependencies
17
17
run : >
18
18
deno run --allow-net --allow-read --allow-write=deps/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Request {
6
6
headers : Headers {},
7
7
method : " GET" ,
8
8
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 " ,
10
10
}
11
11
` ;
12
12
@@ -16,6 +16,6 @@ Request {
16
16
headers : Headers {},
17
17
method : " GET" ,
18
18
redirect : " follow" ,
19
- url : " https://scrapbox.io/api/pages/takker?sort=updated"
19
+ url : " https://scrapbox.io/api/pages/takker?sort=updated" ,
20
20
}
21
21
` ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Request {
6
6
headers : Headers {},
7
7
method : " GET" ,
8
8
redirect : " follow" ,
9
- url : " https://scrapbox.io/api/projects/takker"
9
+ url : " https://scrapbox.io/api/projects/takker" ,
10
10
}
11
11
` ;
12
12
@@ -16,6 +16,6 @@ Request {
16
16
headers : Headers {},
17
17
method : " GET" ,
18
18
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" ,
20
20
}
21
21
` ;
You can’t perform that action at this time.
0 commit comments