Make CLAUDE.md point to AGENTS.md instead of duplicating content #71
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: Pull Requests | |
| on: | |
| push: | |
| branches-ignore: | |
| - "main" | |
| - "master" | |
| - "development" | |
| - "releases/v*" | |
| pull_request: | |
| branches: | |
| - "releases/v*" | |
| - development | |
| jobs: | |
| tests: | |
| uses: ./.github/workflows/tests.yml | |
| secrets: inherit | |
| formatCheck: | |
| name: Checks Source Code Formatting | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v6 | |
| - uses: Ortus-Solutions/commandbox-action@v1.0.3 | |
| with: | |
| cmd: run-script format:check |