formatting and/or fixes #170
workflow.yml
on: push
build
2s
dotnet-format
9s
Matrix: node
Matrix: ruby
python
40s
golang
48s
jdk
3m 11s
dotnet
52s
swift
1m 12s
dart
14s
allure
58s
Annotations
19 errors and 26 warnings
dotnet-format
Formatting issues found
|
dart
Process completed with exit code 65.
|
node (16.x)
Process completed with exit code 1.
|
python
Process completed with exit code 1.
|
python
Process completed with exit code 1.
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
golang
undefined: any
|
|
golang
Process completed with exit code 2.
|
swift
Process completed with exit code 1.
|
jdk
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dotnet-format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, xt0rted/dotnet-format-problem-matcher@v1, xt0rted/dotnet-tool-restore@v1, xt0rted/dotnet-format@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dotnet-format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dart
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
node (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
python
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golang
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golang
No files were found with the provided path: allure-results. No artifacts will be uploaded.
|
ruby (2.7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ruby (2.7)
No files were found with the provided path: allure-results. No artifacts will be uploaded.
|
ruby (2.7)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
dotnet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/solution.cs#L9
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/solution.cs#L9
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet:
src/main/java/challenges/c20201001_20201007/CombinationSum/solution.cs#L8
Possible null reference return.
|
dotnet:
src/test/java/challenges/c20201001_20201007/SomeTest.cs#L10
The actual value should not be a constant - perhaps the actual value and the expected value have switched places (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2007.md)
|
dotnet:
src/test/java/challenges/c20201001_20201007/SomeTest.cs#L10
The actual and the expected argument is the same '1' (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2009.md)
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/solution.cs#L9
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet:
src/main/java/challenges/c20210101_20210107/FindACorrespondingNodeOfABinaryTreeInACloneOfThatTree/solution.cs#L9
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet:
src/main/java/challenges/c20201001_20201007/CombinationSum/solution.cs#L8
Possible null reference return.
|
dotnet:
src/test/java/challenges/c20201001_20201007/SomeTest.cs#L10
The actual value should not be a constant - perhaps the actual value and the expected value have switched places (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2007.md)
|
dotnet:
src/test/java/challenges/c20201001_20201007/SomeTest.cs#L10
The actual and the expected argument is the same '1' (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2009.md)
|
swift
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
swift
No files were found with the provided path: allure-results. No artifacts will be uploaded.
|
jdk
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
allure
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
allure-results
Expired
|
355 KB |
|