Skip to content

Add release workflow and prepare frontend release #672

Add release workflow and prepare frontend release

Add release workflow and prepare frontend release #672

Triggered via pull request November 5, 2024 12:14
Status Success
Total duration 1m 53s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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/
build: backend/Application/Api/GraphQL/Versions/Versions.cs#L5
Non-nullable property 'BackendVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Aggregates/Contract/EventLogs/CisEventTokenUpdate.cs#L22
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Aggregates/Contract/EventLogs/CisEventTokenMetadataUpdate.cs#L8
Non-nullable property 'MetadataUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Aggregates/Contract/EventLogs/CisEvent.cs#L70
Cannot convert null literal to non-nullable reference type.
build: backend/Application/Aggregates/Contract/EventLogs/CisEvent.cs#L81
Cannot convert null literal to non-nullable reference type.
build: backend/Application/Aggregates/Contract/EventLogs/CisAccountUpdate.cs#L24
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Aggregates/Contract/EventLogs/CisAccountUpdate.cs#L36
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Aggregates/Contract/Entities/Token.cs#L33
Non-nullable property 'TokenId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/Application/Aggregates/Contract/Entities/ContractSnapshot.cs#L29
Non-nullable property 'ContractName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.