Improve the exception when the APCu extension is not enabled or insta… #83
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: Lint PHP documentation | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| lint-docs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Lint PHP documentation | |
| uses: sudo-bot/action-doctum@v5 | |
| with: | |
| config-file: doctum-config.php | |
| method: "parse" | |
| cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors" |