[feat] meta data for github action

This commit is contained in:
Stefan Ruzitschka
2019-12-19 14:08:44 +01:00
parent a5f7824832
commit 200ffc3541

9
action.yml Normal file
View File

@@ -0,0 +1,9 @@
name: "Rust Action"
description: "'Silverbullet' for a quickstart Rust CI based upon Github Actions"
author: "Stefan Ruzitschka"
branding:
icon: "play-circle"
color: "gray-dark"
runs:
using: "docker"
image: "Dockerfile"