chore: fix data provider name and order by cs-fix (#191) #287
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rector | |
on: | |
pull_request: | |
branches: | |
- develop | |
paths: | |
- '**.php' | |
- 'composer.*' | |
- 'rector.php' | |
- '.github/workflows/rector.yml' | |
push: | |
branches: | |
- develop | |
paths: | |
- '**.php' | |
- 'composer.*' | |
- 'rector.php' | |
- '.github/workflows/rector.yml' | |
jobs: | |
rector: | |
uses: codeigniter4/.github/.github/workflows/rector.yml@CI46 |