ci: export and store graphql schema + nextjs caching #5
Annotations
3 errors and 10 warnings
⬆️ GraphQL Schema (upload)
/home/runner/work/video-management/video-management/./.github/actions/schema/action.yml (Line: 10, Col: 7): Required property is missing: shell
|
⬆️ GraphQL Schema (upload)
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/video-management/video-management/./.github/actions/schema/action.yml (Line: 10, Col: 7): Required property is missing: shell
at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check()
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
|
⬆️ GraphQL Schema (upload)
Failed to load /home/runner/work/video-management/video-management/./.github/actions/schema/action.yml
|
🧪 Test:
src/Infrastructure/src/Infrastructure/Domain/Entities/Entity.cs#L19
Possible null reference assignment.
|
🧪 Test:
src/Infrastructure/src/Infrastructure/Domain/Entities/AggregateRoot.cs#L22
Possible null reference assignment.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Values/VideoStream.cs#L17
Non-nullable property 'Quality' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Values/VideoStream.cs#L17
Non-nullable property 'PixelFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Enumerations/VideoResolution.cs#L13
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Enumerations/EncodeCodec.cs#L30
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Enumerations/EncodeCodec.cs#L30
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Enumerations/EncodeCodec.cs#L30
Non-nullable property 'Tunes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Enumerations/EncodeCodec.cs#L35
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
🧪 Test:
src/Service.Dashboard/src/Domain/Enumerations/EncodeCodec.cs#L35
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading