Skip to content

Add SECURITY.md, fix workflow permissions, and redesign README header #336

Add SECURITY.md, fix workflow permissions, and redesign README header

Add SECURITY.md, fix workflow permissions, and redesign README header #336

Workflow file for this run

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