Fix import ordering

This commit is contained in:
Michael B. Gale 2024-10-07 12:07:36 +01:00
parent c0b5869910
commit 7d69964c80
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 3 additions and 3 deletions

View file

@ -6,10 +6,10 @@ import * as glob from "@actions/glob";
import { getTotalCacheSize } from "./caching-utils";
import { Config } from "./config-utils";
import { EnvVar } from "./environment";
import { Language } from "./languages";
import { Logger } from "./logging";
import { getRequiredEnvParam } from "./util";
import { EnvVar } from "./environment";
/**
* Caching configuration for a particular language.