1
0

fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
syui 2024-03-13 19:08:16 +09:00
parent eb1c01910b
commit 54d867e420
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 13 additions and 1 deletions

@ -1 +1 @@
Subproject commit 93b65d9058cd4da8fd5ac18648c8108c12453ffa
Subproject commit dc082b2001fb5f824ab18f62da56090471e777d0

5
.gitignore vendored
View File

@ -12,3 +12,8 @@ scpt/json/
.ssh/*.pub
.ssh/*config
.env
pnpm-lock.yaml
**Cargo.lock
*/target/
*/**/*.rs.bk

View File

@ -50,3 +50,10 @@ services:
- ./.config:/root/.config
command: ai bot -a syui.syu.is
```
### openapi
```sh
# https://github.com/rdmurphy/atproto-openapi-types
$ curl -sLO https://raw.githubusercontent.com/rdmurphy/atproto-openapi-types/main/spec/api.json
```