[fix] doc

This commit is contained in:
Stefan Ruzitschka 2019-01-28 11:22:29 +01:00
parent 007f56e3b7
commit 2d47be2af4
No known key found for this signature in database
GPG Key ID: C0C16E961BA670E0

View File

@ -18,7 +18,7 @@ workflow "Quickstart" {
} }
action "Quickstart" { action "Quickstart" {
uses = "icepuma/rust-github-action@master" uses = "icepuma/rust-action@master"
args = "cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test" args = "cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test"
} }
``` ```