We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1056af commit 2f06c3eCopy full SHA for 2f06c3e
3 files changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: Continuous Integration
3
on: [push, pull_request]
4
5
jobs:
6
- build:
+ ci:
7
runs-on: ubuntu-latest
8
9
steps:
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",
10
"php-parallel-lint/php-console-highlighter": "^1.0.0",
11
- "mediawiki/minus-x": "^1.1"
12
},
13
"scripts": {
14
"test": [
15
"parallel-lint . --exclude vendor --exclude node_modules",
16
- "phpcs -p -s",
17
- "minus-x check ."
18
- ],
19
- "fix": [
20
- "phpcbf",
21
- "minus-x fix ."
22
]
23
}
24
phpcs.xml
0 commit comments