/** * The entrypoint for the post action. */ import { run } from "./post-runner"; // eslint-disable-next-line @typescript-eslint/no-floating-promises run();