Skip to content

Refactor actions to be entities with components (#19900) #1

Refactor actions to be entities with components (#19900)

Refactor actions to be entities with components (#19900) #1

Triggered via push September 9, 2023 05:10
Status Failure
Total duration 12m 33s
Artifacts

update-wiki.yml

on: push
Build and Publish JSON blobs to wiki
3m 35s
Build and Publish JSON blobs to wiki
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Build and Publish JSON blobs to wiki
Process completed with exit code 134.
Build and Publish JSON blobs to wiki
Input required and not supplied: username
Build and Publish JSON blobs to wiki
The following actions uses node12 which is deprecated and will be forced to run on node16: space-wizards/[email protected], jtmullen/[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 and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Prototypes/EntityPrototype.cs#L24
'ISerializationHooks' is obsolete: 'Avoid using ISerializationHooks in favour of (Custom)TypeSerializers or ComponentInit-Events.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/ViewVariables/Commands/ViewVariablesBaseCommand.cs#L10
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Configuration/ConfigurationCommands.cs#L12
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Console/Commands/ConfigurationCommands.cs#L8
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Console/Commands/DumpDependencyInjectors.cs#L6
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Console/Commands/DumpEventTablesCommand.cs#L7
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Console/IConsoleHost.cs#L53
'IConsoleCommand' is obsolete: 'New commands should utilize ToolshedCommand.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Console/Commands/LogCommands.cs#L8
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Console/Commands/LogCommands.cs#L61
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'
Build and Publish JSON blobs to wiki: RobustToolbox/Robust.Shared/Console/Commands/MapCommands.cs#L11
'LocalizedCommands' is obsolete: 'You should use ToolshedCommand instead.'