chore(git-ops): close open code fences when truncating PR body #95
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
| # path-sync copy -n python-template | |
| name: Validate Synced Files | |
| on: | |
| push: | |
| branches-ignore: | |
| - main | |
| - 'sync/**' | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - uses: ./.github/actions/setup | |
| - name: Validate no changes to synced files | |
| run: uvx path-sync validate-no-changes -b main |