2018-12-11 02:12:29 +03:00
|
|
|
actions:
|
|
|
|
rustfmt:
|
|
|
|
run: cargo fmt -- --unstable-features --check --skip-children {files}
|
2018-12-20 02:57:48 +03:00
|
|
|
fix: cargo fmt -- {files}
|
2018-12-11 02:12:29 +03:00
|
|
|
include: "*.rs"
|
2018-12-11 02:18:29 +03:00
|
|
|
clippy:
|
|
|
|
run: cargo clippy --all-targets --all-features
|
|
|
|
include:
|
|
|
|
- "*.rs"
|
|
|
|
- "Cargo.toml"
|