Improve check output & fix order #7
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: Automated Testing | |
| on: | |
| push: | |
| permissions: | |
| contents: read | |
| jobs: | |
| order-repos: | |
| name: Check ordering of repositories | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: shivammathur/setup-php@v2 | |
| with: | |
| php-version: 8.2 | |
| - uses: actions/checkout@v4 | |
| - name: Check ordering of repositories | |
| run: php scripts/order-repos/check |