Skip to content

Commit 50d4275

Browse files
Remove outdated, pre-installed shellcheck
1 parent 7934c38 commit 50d4275

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/ghworkflow/workflow_checks.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ func checksWorkflow(cfg core.Configuration) {
2828
})
2929

3030
if cfg.ShellCheck.Enabled.UnwrapOr(true) {
31+
j.addStep(jobStep{
32+
Name: "Delete pre-installed shellcheck",
33+
Run: "sudo rm -f $(which shellcheck)",
34+
})
3135
j.addStep(jobStep{
3236
Name: "Run shellcheck",
3337
Run: "make run-shellcheck",

0 commit comments

Comments
 (0)