mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-17 14:09:55 +02:00
Update import order for to fix linter errors
This commit is contained in:
parent
65636697d3
commit
af3e500672
7 changed files with 10 additions and 8 deletions
|
@ -2,7 +2,7 @@ import * as core from "@actions/core";
|
|||
import * as path from "path";
|
||||
|
||||
import * as cacheHttpClient from "../src/cacheHttpClient";
|
||||
import { Events, Inputs, CacheFilename } from "../src/constants";
|
||||
import { CacheFilename, Events, Inputs } from "../src/constants";
|
||||
import { ArtifactCacheEntry } from "../src/contracts";
|
||||
import run from "../src/save";
|
||||
import * as tar from "../src/tar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue