initial commit

This commit is contained in:
Arpad Borsos
2020-09-25 16:42:39 +02:00
commit 99970e092c
12 changed files with 111031 additions and 0 deletions

15
action.yml Normal file
View File

@ -0,0 +1,15 @@
name: "Rust Cache"
description: "A GitHub Action that implements smart caching for rust/cargo projects"
author: "Arpad Borsos <arpad.borsos@googlemail.com>"
inputs:
key:
description: "An explicit key for restoring and saving the target cache"
required: false
runs:
using: "node12"
main: "dist/restore/index.js"
post: "dist/save/index.js"
post-if: "success()"
branding:
icon: "archive"
color: "gray-dark"