Skip to content

using prompts to list containers #4

using prompts to list containers

using prompts to list containers #4

Triggered via push October 20, 2023 05:32
Status Failure
Total duration 28s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
PHPCS: app/Commands/ListCommand.php#L11
There must be one blank line after the last USE statement; 2 found;
PHPCS: app/Commands/StartCommand.php#L29
Blank lines are not allowed in a multi-line function declaration
PHPCS: app/Commands/StartCommand.php#L31
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
PHPCS: app/Commands/StartCommand.php#L61
Expected 1 space(s) after NOT operator; 0 found
PHPCS: app/Commands/StartCommand.php#L131
Expected 1 space(s) after NOT operator; 0 found
PHPCS: app/Commands/StopCommand.php#L31
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
PHPCS: app/Commands/StopCommand.php#L61
Expected 1 space(s) after NOT operator; 0 found
PHPCS: app/Commands/StopCommand.php#L126
Expected 1 space(s) after NOT operator; 0 found
PHPCS: app/Commands/StopCommand.php#L173
Expected 1 space(s) after NOT operator; 0 found
PHPCS: app/Commands/EnableCommand.php#L31
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
TLint
Specify secrets.SLACK_WEBHOOK_URL
TLint
Process completed with exit code 1.
PHPCS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/