Skip to content

Aegis Station

Aegis Station #2532

Triggered via pull request February 17, 2024 05:08
Status Success
Total duration 3m 10s
Artifacts

yaml-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, space-wizards/[email protected], actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
build: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Replays/ReplayRecordingCommands.cs#L9
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
build: RobustToolbox/Robust.Shared/Replays/ReplayRecordingCommands.cs#L70
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
build: RobustToolbox/Robust.Shared/Replays/ReplayRecordingCommands.cs#L90
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
build: RobustToolbox/Robust.Shared/Physics/Collision/Shapes/PolygonShape.cs#L39
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Physics/Dynamics/Fixture.cs#L41
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L22
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
build: RobustToolbox/Robust.Shared/Timing/PrecisionSleep.cs#L143
The type name 'timespec' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: RobustToolbox/Robust.Shared/Timing/PrecisionSleep.cs#L149
The type name 'timeval' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: RobustToolbox/Robust.Shared/Map/Commands/AmbientLightCommand.cs#L12
'IConsoleCommand' is obsolete: 'New commands should utilize RtShellCommand.'