From c38368d67caa9d00ea4f6e8bcc65e1423c75dcb3 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Fri, 9 Aug 2019 17:48:36 -0400 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..afafbb0 --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,3 @@ +action "Rust Action" { + uses = "icepuma/rust-action@1.0.9" +}