/** * The entrypoint for the post action. */ import { run } from "./post-runner"; run();