ci-check-app.yml
Perform static analysis in the application code.
graph LR
START((Start))
clippy[Clippy]
formatting[Formatting]
tests[Tests]
license[License]
END((End))
START --> clippy
START --> formatting
START --> tests
START --> license
clippy --> END
formatting --> END
tests --> END
license --> END
name | type | description | default |
---|---|---|---|
test-args |
string |
The arguments to pass to the test command | --all-features --lib --bins |
rust-toolchain |
string |
The Rust version to use | stable |
rust-toolchain-formatting |
string |
The Rust version to use to check formatting | stable |
rust-toolchain-udeps |
string |
The Rust version to use to run udeps | nightly |
rust-backtrace |
string |
The Rust backtrace settings | full |
install-protoc |
boolean |
Install protoc before running the rust tests. |
true |
use-sccache |
boolean |
Install sccache before running the rust tests. |
true |
run-label |
string |
The run label to use for the actions | ubuntu-latest |
--
Permission | Level |
---|---|
contents |
read |
RUN_GROUP
GITHUB_TOKEN
--