mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced 2025-12-28 18:57:26 +08:00
8 lines
113 B
JSON
8 lines
113 B
JSON
[
|
|
{
|
|
"directory": "__DIRECTORY__",
|
|
"command": "g++ -c main.cpp -o main.o",
|
|
"file": "main.cpp"
|
|
}
|
|
]
|