Skip to content

chore: add clean task to remove generated binary#2847

Merged
dgageot merged 1 commit into
docker:mainfrom
dgageot:board/62dbf083fc901543
May 21, 2026
Merged

chore: add clean task to remove generated binary#2847
dgageot merged 1 commit into
docker:mainfrom
dgageot:board/62dbf083fc901543

Conversation

@dgageot
Copy link
Copy Markdown
Member

@dgageot dgageot commented May 21, 2026

Adds a clean task to Taskfile.yml that removes the ./bin directory containing the generated binary.

Usage:

task clean

@dgageot dgageot requested a review from a team as a code owner May 21, 2026 07:50
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

The clean task is a straightforward and correct addition. It properly removes the ./bin output directory using rm -rf, matches the pattern established by other tasks in the Taskfile, and the description accurately reflects its purpose. No issues found in the changed code.

@dgageot dgageot force-pushed the board/62dbf083fc901543 branch from bf5a67c to 404b7b6 Compare May 21, 2026 08:00
@dgageot dgageot merged commit 3ebd5fc into docker:main May 21, 2026
5 checks passed
@aheritier aheritier added area/testing Test infrastructure, CI/CD, test runners, evaluation kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) labels May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/testing Test infrastructure, CI/CD, test runners, evaluation kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants