Skip to content

Add handling for adding/modifying columns with FIRST/AFTER #150

Add handling for adding/modifying columns with FIRST/AFTER

Add handling for adding/modifying columns with FIRST/AFTER #150

Triggered via pull request August 7, 2024 10:09
Status Failure
Total duration 26s
Artifacts

cs.yml

on: pull_request
Check code style
16s
Check code style
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Check code style: tests/WP_SQLite_Translator_Tests.php#L1047
String "ALTER TABLE _tmp_table CHANGE id id int(11) NOT NULL FIRST" does not require double quotes; use single quotes instead
Check code style: tests/WP_SQLite_Translator_Tests.php#L1051
String "ALTER TABLE _tmp_table CHANGE id id int(11) NOT NULL AFTER name" does not require double quotes; use single quotes instead
Check code style
Process completed with exit code 1.
Check code style
Process completed with exit code 2.
Check code style
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/