Skip to content

Merge feat-disconnect: Disconnect account -> return to onboarding #15

Merge feat-disconnect: Disconnect account -> return to onboarding

Merge feat-disconnect: Disconnect account -> return to onboarding #15

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request:
jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Secret scan (no Google credentials in the repo, ever — spec §6.1)
run: |
! grep -rE "GOCSPX-[A-Za-z0-9_-]{10,}|BEGIN (RSA |EC |DSA |OPENSSH |PGP )?PRIVATE KEY|[0-9]+-[a-z0-9]+\.apps\.googleusercontent\.com|ya29\.[A-Za-z0-9_-]{20,}" \
--exclude-dir=.git --exclude-dir=.build --exclude=ci.yml .
- run: swift --version
- run: swift test