remove unused import

This commit is contained in:
Rasmus Lerchedahl Petersen 2024-10-09 17:07:00 +02:00 committed by yoff
parent 502028f6bc
commit 65dd816de1

View file

@ -65,7 +65,6 @@ import {
getErrorMessage,
} from "./util";
import { validateWorkflow } from "./workflow";
import { isFeatureAvailable } from "@actions/cache";
/** Fields of the init status report that can be sent before `config` is populated. */
interface InitStatusReport extends StatusReportBase {