Skip to content

Rename /ship skill to /submit-for-review and add parallel branch guid… #99

Rename /ship skill to /submit-for-review and add parallel branch guid…

Rename /ship skill to /submit-for-review and add parallel branch guid… #99

Workflow file for this run

name: Sync check
on: [push, pull_request]
jobs:
sync-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check for sync drift
run: |
./sync.sh --dry-run
# exits non-zero if any files would be written