Skip to content

zzre: Add duel AI movement #403

zzre: Add duel AI movement

zzre: Add duel AI movement #403

Triggered via pull request November 3, 2024 18:12
Status Failure
Total duration 1m 7s
Artifacts

pr.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build (ubuntu-latest) / Build
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0301)
build (ubuntu-latest) / Build
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build (ubuntu-latest) / Build
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build (ubuntu-latest) / Build: zzre/game/PathFinder.cs#L195
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0301)
build (ubuntu-latest) / Build: zzre/game/components/ai/AIPath.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build (ubuntu-latest) / Build: zzre/game/systems/duel/AIPath.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
build (ubuntu-latest) / Build
Process completed with exit code 1.
build (ubuntu-latest) / Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/