Skip to content

ci: add ci workflow

ci: add ci workflow #1

Triggered via push October 30, 2023 19:30
Status Failure
Total duration 2m 34s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
HttpError: Resource not accessible by integration
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Application/Infrastructure/Persistance/Migrations/20231028150009_init.cs#L8
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Application/Infrastructure/Persistance/Migrations/20231028150009_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Application/Common/Models/PaginatedList.cs#L33
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build: src/Application/Features/Todos/CompleteTodoItem.cs#L50
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build: src/Application/Features/Todos/CompleteTodoItem.cs#L52
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build: src/Application/Features/Todos/CompleteTodoItem.cs#L53
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build: src/Application/Features/Todos/CompleteTodoItem.cs#L55
Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
build: src/Application/Features/Todos/TodoItemCompletedEventHandler.cs#L10
Rename type name TodoItemCompletedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Application/Features/Todos/TodoItemCreatedEventHandler.cs#L11
Rename type name TodoItemCreatedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/Application/Features/Todos/TodoItemDeletedEventHandler.cs#L10
Rename type name TodoItemDeletedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)