Skip to content

Commit

Permalink
ci(php-cs-fixer): set deault name for config
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 12, 2024
1 parent 9c004f0 commit 852ab88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-php-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on: # yamllint disable-line rule:truthy
- 'src/**'
- 'tests/**'
- 'bin/trap'
- '.php-cs-fixer.php.dist'
- '.php-cs-fixer.dist.php'
push:
paths:
- 'src/**'
- 'tests/**'
- 'bin/trap'
- '.php-cs-fixer.php.dist'
- '.php-cs-fixer.dist.php'

name: 🧹 Fix PHP coding standards

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on: # yamllint disable-line rule:truthy
- 'src/**'
- 'tests/**'
- 'bin/trap'
- '.php-cs-fixer.php.dist'
- '.php-cs-fixer.dist.php'
push:
paths:
- 'src/**'
- 'tests/**'
- 'bin/trap'
- '.php-cs-fixer.php.dist'
- '.php-cs-fixer.dist.php'

name: 🔍 Static analysis

Expand Down
File renamed without changes.

0 comments on commit 852ab88

Please sign in to comment.