Skip to content

Commit 246de3e

Browse files
authored
INT-227 : Add dry-run to php-cs-fixer command
Add dry-run to php-cs-fixer command
1 parent 75cd321 commit 246de3e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php: ['7.3', '8.1']
12-
deps: ['lowest', 'stable']
11+
php: ['8.1']
12+
deps: ['stable']
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"test": [
31-
"php-cs-fixer fix -v",
31+
"php-cs-fixer fix --dry-run -v",
3232
"phpmd src text phpmd.xml.dist",
3333
"phpspec run --format=dot"
3434
]

0 commit comments

Comments
 (0)