mirror of
https://github.com/actions/cache.git
synced 2025-07-12 09:10:44 +00:00
Add actions/cache/check action
This commit is contained in:
parent
537862ffdb
commit
9dd99b0404
9 changed files with 61502 additions and 11 deletions
|
@ -0,0 +1,10 @@
|
|||
import restoreImpl from "./restoreImpl";
|
||||
import { NullStateProvider } from "./stateProvider";
|
||||
|
||||
async function run(): Promise<void> {
|
||||
await restoreImpl(new NullStateProvider(), { lookupOnly: true });
|
||||
}
|
||||
|
||||
run();
|
||||
|
||||
export default run;
|
Loading…
Add table
Add a link
Reference in a new issue