From 200ffc3541a459e4519e761f96964b42e99db767 Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka Date: Thu, 19 Dec 2019 14:08:44 +0100 Subject: [PATCH] [feat] meta data for github action --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..047bce6 --- /dev/null +++ b/action.yml @@ -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"