Skip to content

Commit 4123b94

Browse files
authored
v2 Endpoints Using anime-lists (#646)
1 parent 316c20a commit 4123b94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3916
-1211
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.github
44
dist
55
node_modules
6+
redoc-static.html

.github/workflows/cicd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: find pnpm cache path
2222
id: cache
23-
run: echo "::set-output name=path::$(pnpm store path)"
23+
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
2424

2525
- uses: actions/cache@v3
2626
with:
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: find pnpm cache path
4949
id: cache
50-
run: echo "::set-output name=path::$(pnpm store path)"
50+
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
5151

5252
- uses: actions/cache@v3
5353
with:
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: find pnpm cache path
7676
id: cache
77-
run: echo "::set-output name=path::$(pnpm store path)"
77+
run: echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
7878

7979
- uses: actions/cache@v3
8080
with:
@@ -154,7 +154,7 @@ jobs:
154154
- name: Declare some variables
155155
id: sha
156156
shell: bash
157-
run: echo "::set-output name=short::$(git rev-parse --short HEAD)"
157+
run: echo "short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
158158

159159
- name: Push to dokku
160160
uses: dokku/github-action@v1.4.0

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.env
33
coverage/
44
sqlite/
5+
redoc-static.html
56

67
# Logs
78
logs

.insomnia/ApiSpec/spc_7e10a96013aa4a42a2bddbea58e3626e.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.insomnia/Environment/env_020ff1cbd92eadefdda751c15c80b118dd5c8388.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.insomnia/Environment/env_d6d79d18524a4e5787f0737b11191e39.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.insomnia/Environment/env_env_020ff1cbd92eadefdda751c15c80b118dd5c8388_sub.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.insomnia/Request/req_783d4852615e4f1985560e1f8019ffc8.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.insomnia/Request/req_wrk_215de5f85350491cb7eb1dd32c66969e190d9e8d.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.insomnia/Request/req_wrk_215de5f85350491cb7eb1dd32c66969e6b37eaf3.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)