We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01d9e7 commit 9adc360Copy full SHA for 9adc360
internal/ghworkflow/workflow_checks.go
@@ -52,6 +52,8 @@ func checksWorkflow(cfg core.Configuration) {
52
"CLICOLOR": "1",
53
},
54
})
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
57
j.addStep(jobStep{
58
Name: "Delete typos binary",
59
Run: "rm typos",
0 commit comments