Add github actions, DEV-362 #54
coding-standard.yml
on: pull_request
M2 Coding Standard
7s
Annotations
1 error and 2 warnings
M2 Coding Standard:
Helper/StoreUrl.php#L46
Each class must be in a file by itself
|
M2 Coding Standard:
Helper/StoreUrl.php#L1
A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 16 and the first side effect is on line 12.
|
M2 Coding Standard:
Helper/StoreUrl.php#L46
Duplicate class name "CustomGento\DefaultStoreCodeRemover\Helper\StoreUrl" found; first defined in /github/workspace/Helper/StoreUrl.php on line 16
|