Skip to content

Commit b50370a

Browse files
committed
Remove PHPCS workflow and configuration file
It should have been removed in 69af948, when the last php file inside lib was removed.
1 parent cf0d8dc commit b50370a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
- name: "Install dependencies with composer"
4242
run: "composer update --no-interaction --no-progress --no-suggest"
4343

44-
- name: "Run squizlabs/php_codesniffer"
45-
run: "vendor/bin/phpcs"
46-
4744
validate-against-schema:
4845
name: "Validate against schema"
4946

0 commit comments

Comments
 (0)