Skip to content

feat: pi as a fifth backend #309

feat: pi as a fifth backend

feat: pi as a fifth backend #309

Workflow file for this run

name: Linux
on:
push:
branches: [main]
pull_request:
merge_group:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Linux build
runs-on: ubuntu-latest
container: swift:6.2
steps:
- uses: actions/checkout@v4
- run: swift build
- run: .build/debug/graphcode
# The built CLI against a throwaway daemon — exit 0 on the verbs that dial it.
# A runtime fault in the CLI passes every scheme build; this is what catches it.
- run: scripts/cli-smoke.sh