Skip to content

Commit

Permalink
Revert "Allow misspell on selfhosted runners"
Browse files Browse the repository at this point in the history
This reverts commit fa3ba3b.

This is using composite actions which doesn't mount ca-certificates
  • Loading branch information
SuperSandro2000 committed Sep 27, 2023
1 parent 8c511b2 commit a232d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ghworkflow/workflow_checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func checksWorkflow(cfg *core.GithubWorkflowConfiguration, ignoreWords []string)
})
}

if cfg.SpellCheck.Enabled {
if cfg.SpellCheck.Enabled && !cfg.IsSelfHostedRunner {
with := map[string]any{
"exclude": "./vendor/*",
"reporter": "github-check",
Expand Down

0 comments on commit a232d41

Please sign in to comment.