Skip to content

INSERT statements should not return an optional #30

INSERT statements should not return an optional

INSERT statements should not return an optional #30

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