Skip to content

Commit 9adc360

Browse files
Comment why we remove typos
Co-authored-by: Stefan Majewsky <[email protected]>
1 parent a01d9e7 commit 9adc360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/ghworkflow/workflow_checks.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ func checksWorkflow(cfg core.Configuration) {
5252
"CLICOLOR": "1",
5353
},
5454
})
55+
// TyposAction drops its binary into the repository root; if we do not clean this up,
56+
// `reuse lint` will complain about it not having license information
5557
j.addStep(jobStep{
5658
Name: "Delete typos binary",
5759
Run: "rm typos",

0 commit comments

Comments
 (0)