Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CS-Fixer
name: PHP CS Fixer

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
workflow_dispatch:

jobs:
cs-fixer:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,4 +25,4 @@ jobs:
run: composer install

- name: Run PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix --dry-run
run: vendor/bin/php-cs-fixer check
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"async-aws/dynamo-db": "~3.2",
"friendsofphp/php-cs-fixer": "^3.16",
"friendsofphp/php-cs-fixer": "^3.95",
"infection/infection": "^0.29",
"nyholm/psr7": "^1.7.0",
"nyholm/psr7-server": "^1.0",
Expand Down