Skip to content

Commit

Permalink
Fixed usage of wrong attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus authored Oct 9, 2023
1 parent 10337de commit 8b2aa6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public enum WorkflowJobStatus
InProgress,
[EnumMember(Value = "completed")]
Completed,
[Parameter(Value = "waiting")]
[EnumMember(Value = "waiting")]
Waiting,

Check failure on line 13 in src/Octokit.Webhooks/Models/WorkflowJobEvent/WorkflowJobStatus.cs

View workflow job for this annotation

GitHub Actions / Build-ubuntu-latest

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)

Check failure on line 13 in src/Octokit.Webhooks/Models/WorkflowJobEvent/WorkflowJobStatus.cs

View workflow job for this annotation

GitHub Actions / Build-ubuntu-latest

Check failure on line 13 in src/Octokit.Webhooks/Models/WorkflowJobEvent/WorkflowJobStatus.cs

View workflow job for this annotation

GitHub Actions / Build-ubuntu-latest

Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)

Check failure on line 13 in src/Octokit.Webhooks/Models/WorkflowJobEvent/WorkflowJobStatus.cs

View workflow job for this annotation

GitHub Actions / Build-ubuntu-latest

}

0 comments on commit 8b2aa6c

Please sign in to comment.