diff --git a/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs b/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs index 7a6281eea..843070f5b 100644 --- a/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs +++ b/src/Nuke/GithubActions/GitHubActionsLintAttribute.cs @@ -57,8 +57,6 @@ public override ConfigurationEntity GetConfiguration(IReadOnlyCollection( step => @@ -76,6 +74,8 @@ public override ConfigurationEntity GetConfiguration(IReadOnlyCollection z.If = "github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]'"); + buildJob.Name = "lint"; return configuration;