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"