Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line include: - local: .gitlab/ci/federation_test.yml - component: sc07.dev/sc07/ci/todo-check@main inputs: comment_token_var: CI_COMMENT_TOKEN build wiki: stage: build Loading backend/src/handoff/router.ts +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ import { APub } from "../apub/utils.js"; export const router = Router(); // TODO: test comment for ci type Data = | { state: "NOT_FOUND" } | { state: "MISSING_RETURN" | "INVALID_RETURN" } Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line include: - local: .gitlab/ci/federation_test.yml - component: sc07.dev/sc07/ci/todo-check@main inputs: comment_token_var: CI_COMMENT_TOKEN build wiki: stage: build Loading
backend/src/handoff/router.ts +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ import { APub } from "../apub/utils.js"; export const router = Router(); // TODO: test comment for ci type Data = | { state: "NOT_FOUND" } | { state: "MISSING_RETURN" | "INVALID_RETURN" } Loading