feat: bootstrap enum component #10
Workflow file for this run
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: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
| permissions: | ||
| contents: write | ||
| pull-requests: read | ||
| concurrency: | ||
| group: fast-forward-wiki-preview-${{ github.event.pull_request.number || github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| preview: | ||
|
Check failure on line 16 in .github/workflows/wiki.yml
|
||
| permissions: | ||
| contents: write | ||
| pull-requests: read | ||
| # Pull-request wiki previews live here. Publication and preview cleanup are | ||
| # handled by the separate wiki-maintenance wrapper. | ||
| uses: php-fast-forward/dev-tools/.github/workflows/wiki-preview.yml@main | ||
| secrets: inherit | ||