feat: Implement basic sccache action support

Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-09 23:29:45 +08:00
parent 02ded5cfdc
commit 4e31d5bef4
11 changed files with 17853 additions and 0 deletions

14
action.yml Normal file
View File

@@ -0,0 +1,14 @@
---
name: "Sccache Action"
description: "Setup sccache action"
author: "mozilla"
inputs:
version:
description: "The installed sccache version."
required: true
runs:
using: "node16"
main: "dist/index.js"
branding:
icon: "star"
color: "orange"