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