feat: Added execution of directory #92
main.yml
on: pull_request
πͺ Windows native test
41s
π§ Musl Linux binary release build
0s
πͺ Windows native binary release build
0s
Annotations
2 warnings
π¨ C lint:
src/file.c#L149
[cpplint] reported by reviewdog πΆ
If you can, use sizeof(fullpath) instead of 255 as the 2nd arg to snprintf. [runtime/printf] [3]
Raw Output:
src/file.c:149: If you can, use sizeof(fullpath) instead of 255 as the 2nd arg to snprintf. [runtime/printf] [3]
|
π¨ C lint:
src/file.c#L163
[cpplint] reported by reviewdog πΆ
Almost always, snprintf is better than strcat [runtime/printf] [4]
Raw Output:
src/file.c:163: Almost always, snprintf is better than strcat [runtime/printf] [4]
|