Fix import ordering
This commit is contained in:
parent
c0b5869910
commit
7d69964c80
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue