Commit 51c37e7
authored
ci: add Rustfmt check workflow (#22)
- Add GitHub Actions workflow for Rust formatting check
- Workflow runs on push and pull request events
- Uses stable Rust toolchain with rustfmt component
- Checks code formatting using cargo fmt
Signed-off-by: jinlong <jinlong@tencent.com>1 parent 8f67d31 commit 51c37e7
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments