Commit e59e4680 authored by Grant's avatar Grant
Browse files

ci: add todo-check component

parent eed542e5
Loading
Loading
Loading
Loading
Loading
+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
+2 −0
Original line number Diff line number Diff line
@@ -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" }