This repository was archived by the owner on Jan 20, 2026. It is now read-only.
chore(ci): Update actions/checkout action to v6 #224
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: Prevent Branch Override Merge | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| check-branch-override: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 | |
| - name: Set up pixi | |
| uses: prefix-dev/setup-pixi@main | |
| - name: Check for branch override files | |
| run: pixi run check-branch-override |