Skip to content

Initial bolt card support #59

Initial bolt card support

Initial bolt card support #59

Triggered via push September 15, 2023 13:39
Status Success
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, Rebel028/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: LNURL/LNURLPayRequest.cs#L66
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: LNURL.Tests/UnitTest1.cs#L131
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.