[doc][test] add 'args' to usage and add integration test
This commit is contained in:
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
workflow "Integration tests" {
|
||||
on = "push"
|
||||
resolves = ["Quickstart"]
|
||||
}
|
||||
|
||||
action "Quickstart" {
|
||||
uses = "icepuma/rust-action@master"
|
||||
args = "cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test"
|
||||
}
|
||||
Reference in New Issue
Block a user