Merge commit '979dcf8e2f' into sync_cg_clif-2025-05-25
This commit is contained in:
parent
ff1a5ab4c3
commit
4f24d142d9
36 changed files with 1111 additions and 266 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -34,9 +34,9 @@ jobs:
|
|||
- name: Rustfmt
|
||||
run: |
|
||||
cargo fmt --check
|
||||
rustfmt --check build_system/main.rs
|
||||
rustfmt --check example/*
|
||||
rustfmt --check scripts/*.rs
|
||||
rustfmt --check --edition 2024 build_system/main.rs
|
||||
rustfmt --check --edition 2024 example/*
|
||||
rustfmt --check --edition 2024 scripts/*.rs
|
||||
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue