JOJ3-config-generator/tests/create/cpp/task.toml
张泊明518370910136 d5780c5837
All checks were successful
build / build (push) Successful in 1m48s
chore: use pure python tomli & tomlkit
2025-03-18 04:03:36 -04:00

23 lines
204 B
TOML

[task]
name = "hw7 ex2"
[[stages]]
name = "Cppcheck"
[stages.cases]
[[stages]]
name = "Cpplint"
[stages.cases]
[[stages]]
name = "Clang-Tidy"
[stages.cases]
[[stages]]
name = "Run"
[stages.cases]