Add json logging #79
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: Docs only (PR) | |
| on: | |
| pull_request: | |
| branches: ["main"] | |
| paths: | |
| - "!**" # Exclude every file | |
| - "README.md" # Except only readme changes | |
| - "CHANGELOG.md" # And changelog changes | |
| - ".github/workflows/copilot-setup-steps.yml" | |
| jobs: | |
| pr_complete: | |
| name: PR checks complete | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "PR required checks complete" |