adds validation for output_file and updates doc #4891
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: Test reusable Zizmor in offline mode | |
| on: | |
| push: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| zizmor-offline: | |
| name: Run zizmor offline for current branch (self test) | |
| permissions: | |
| actions: read | |
| contents: read | |
| id-token: write | |
| pull-requests: write | |
| security-events: write | |
| uses: ./.github/workflows/reusable-zizmor.yml | |
| with: | |
| extra-args: --offline --collect=all |