Skip to content

Add skip duplicates to release. #3

Add skip duplicates to release.

Add skip duplicates to release. #3

Triggered via push September 7, 2024 01:07
Status Failure
Total duration 43s
Artifacts

release.yaml

on: push
build-and-release
34s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build-and-release
Error undefined: No tag found in ref or input!
build-and-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-release: src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L39
Dereference of a possibly null reference.
build-and-release: src/Hussy.Net/Logic/EqualsReversal.cs#L40
Dereference of a possibly null reference.
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/DryRun.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/GolfedDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/HussyDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.
build-and-release: samples/Hussy.Net.Playground/Leetcode/Easy/TwoSum/Tests/Setup.cs#L18
Nullability of reference types in return type of 'IEnumerable<int>? TwoSum.HussyDryRun(int[] n, int t)' doesn't match the target delegate 'TwoSum.TestFunction' (possibly because of nullability attributes).