Add github (#41)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/octopush/pulls/41
This commit is contained in:
2022-11-27 20:07:41 +00:00
parent a3ecad1355
commit bb51770505
13 changed files with 812 additions and 36 deletions

View File

@@ -21,3 +21,4 @@ git2 = { version = "0.15.0", features = [
] }
serde = { version = "1.0.147", features = ["derive"] }
serde_yaml = "0.9.14"
octocrab = { version = "0.17.0", features = ["futures-core", "futures-util"] }