Compare commits
2 Commits
05509a7de6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3af62b2ab8 | |||
|
a9efa652ef
|
@@ -7,6 +7,11 @@ steps:
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy
|
||||
- name: Rust fmt
|
||||
image: rust:1.91.1-bullseye
|
||||
commands:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --check
|
||||
- name: Unit tests
|
||||
image: rust:1.91.1-bullseye
|
||||
commands:
|
||||
|
||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
||||
Reference in New Issue
Block a user