Skip to content

Texture fixes

Texture fixes #189

Triggered via pull request September 9, 2024 21:13
Status Failure
Total duration 4m 2s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
YAML Linter: Prototypes/Stories/Maps/pilgrim.yml#L62
/Prototypes/Stories/Maps/pilgrim.yml(62,13) No Content.Shared.Roles.JobPrototype found with id Pilot
YAML Linter: Prototypes/Stories/Maps/cluster.yml#L12
/Prototypes/Stories/Maps/cluster.yml(12,33) File not found. (/Maps/Shuttles/emergency_transit.yml)
YAML Linter: Prototypes/Stories/Maps/cluster.yml#L19
/Prototypes/Stories/Maps/cluster.yml(19,11) Field "overflowJobs" not found in "Content.Server.Station.Components.StationJobsComponent".
YAML Linter: Prototypes/Stories/Maps/outpost.yml#L20
/Prototypes/Stories/Maps/outpost.yml(20,33) File not found. (/Maps/Stories/Shuttles/emergency.yml)
YAML Linter: Prototypes/Stories/Maps/ishimura.yml#L20
/Prototypes/Stories/Maps/ishimura.yml(20,33) File not found. (/Maps/Stories/Shuttles/emergency_omega.yml)
YAML Linter: Prototypes/Stories/Maps/ishimura.yml#L63
/Prototypes/Stories/Maps/ishimura.yml(63,13) No Content.Shared.Roles.JobPrototype found with id Pilot
YAML Linter: Prototypes/Stories/Maps/frame.yml#L28
/Prototypes/Stories/Maps/frame.yml(28,19) File not found. (/Maps/Stories/Shuttles/trading_outpost.yml)
YAML Linter: Prototypes/Stories/Maps/barratry.yml#L19
/Prototypes/Stories/Maps/barratry.yml(19,11) Field "overflowJobs" not found in "Content.Server.Station.Components.StationJobsComponent".
YAML Linter: Prototypes/Stories/Maps/atlas.yml#L17
/Prototypes/Stories/Maps/atlas.yml(17,11) Field "overflowJobs" not found in "Content.Server.Station.Components.StationJobsComponent".
YAML Linter: Prototypes/Stories/Maps/fland.yml#L18
/Prototypes/Stories/Maps/fland.yml(18,33) File not found. (/Maps/Shuttles/emergency_delta.yml)
YAML Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: space-wizards/[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/
YAML Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], space-wizards/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L590
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L660
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L673
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
YAML Linter: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
YAML Linter: RobustToolbox/Robust.Shared/ProfileOptSetup.cs#L16
Unreachable code detected
YAML Linter: RobustToolbox/Robust.Shared/Toolshed/TypeParsers/SessionTypeParser.cs#L46
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.
YAML Linter: RobustToolbox/Robust.Shared/Player/Filter.cs#L289
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Contacts.cs#L630
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Contacts.cs#L631
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
YAML Linter: RobustToolbox/Robust.Shared/Physics/Systems/SharedPhysicsSystem.Island.cs#L324
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'