Skip to content

Commit

Permalink
Automatically linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll authored and github-actions[bot] committed Nov 21, 2023
1 parent c9f0910 commit 8f19b40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nuke/EnsureGitHooksAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private class HuskyEngine : IGitHooksEngine
{
public bool AreHooksInstalled(IReadOnlyCollection<string> hooks)
{
if (NukeBuild.IsServerBuild) return true;
if (NukeBuild.IsServerBuild) return true;
try
{
var hooksOutput = GitTasks.Git($"config --get core.hookspath", logOutput: false, logInvocation: false);
Expand Down
4 changes: 4 additions & 0 deletions src/Nuke/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,10 @@ Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob
Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob.RocketSurgeonsGithubWorkflowJob(string! name) -> void
Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob.Secrets.get -> System.Collections.Generic.Dictionary<string!, string!>!
Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob.Secrets.set -> void
Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob.Uses.get -> string?
Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob.Uses.set -> void
Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob.With.get -> System.Collections.Generic.Dictionary<string!, string!>!
Rocket.Surgery.Nuke.GithubActions.RocketSurgeonsGithubWorkflowJob.With.set -> void
Rocket.Surgery.Nuke.GithubActions.RunStep
Rocket.Surgery.Nuke.GithubActions.RunStep.Run.get -> string!
Rocket.Surgery.Nuke.GithubActions.RunStep.Run.set -> void
Expand Down

0 comments on commit 8f19b40

Please sign in to comment.