diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b18277a..a091422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Continuous Integration on: [push, pull_request] jobs: - build: + ci: runs-on: ubuntu-latest steps: diff --git a/composer.json b/composer.json index 113fdd7..ae70223 100644 --- a/composer.json +++ b/composer.json @@ -5,20 +5,12 @@ "homepage": "https://www.mediawiki.org/wiki/Extension:Snap!_Project_Embed", "license": "GPL-3.0+", "require-dev": { - "mediawiki/mediawiki-codesniffer": "44.0.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "php-parallel-lint/php-console-highlighter": "^1.0.0", - "mediawiki/minus-x": "^1.1" }, "scripts": { "test": [ "parallel-lint . --exclude vendor --exclude node_modules", - "phpcs -p -s", - "minus-x check ." - ], - "fix": [ - "phpcbf", - "minus-x fix ." ] } } diff --git a/phpcs.xml b/phpcs.xml deleted file mode 100644 index c0bdc71..0000000 --- a/phpcs.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - . - - - -