Skip to content

Update outlandish query to use original blob literal #86

Update outlandish query to use original blob literal

Update outlandish query to use original blob literal #86

Workflow file for this run

name: Swift
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v