Skip to content

feat: Added execution of directory #92

feat: Added execution of directory

feat: Added execution of directory #92

Triggered via pull request October 5, 2024 09:17
Status Success
Total duration 1m 12s
Artifacts

main.yml

on: pull_request
🚨 REUSE Compliance
8s
🚨 REUSE Compliance
🚨 C lint
10s
🚨 C lint
🐧 Musl Linux test
16s
🐧 Musl Linux test
πŸͺŸ Windows native test
41s
πŸͺŸ Windows native test
πŸ€– Semantic release
0s
πŸ€– Semantic release
🐧 Musl Linux binary release build
0s
🐧 Musl Linux binary release build
πŸͺŸ Windows native binary release build
0s
πŸͺŸ Windows native binary release build
πŸ“¦ Pack release
0s
πŸ“¦ Pack release
🧻 Remove tag on fail
0s
🧻 Remove tag on fail
Fit to window
Zoom out
Zoom in

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]