Skip to content

Bump actions/checkout from 5 to 7 #5

Bump actions/checkout from 5 to 7

Bump actions/checkout from 5 to 7 #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
verify:
runs-on: macos-26
timeout-minutes: 20
steps:
- uses: actions/checkout@v7
- name: Toolchain
run: |
swift --version
python3 --version
xcrun --show-sdk-path
- name: Verify
run: PODCAST_NOTES_MACOS_SDK="$(xcrun --show-sdk-path)" scripts/verify.sh