Update badges in the README to reflect compliance with PSR-20 and the… #3
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: "Fast Forward Wiki Update" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| pages: write | |
| id-token: write | |
| jobs: | |
| wiki: | |
| uses: php-fast-forward/dev-tools/.github/workflows/wiki.yml@main | |
| secrets: inherit |