Skip to content

DataBuilder // Stablize the generated results. #12

DataBuilder // Stablize the generated results.

DataBuilder // Stablize the generated results. #12

Workflow file for this run

name: Swift Build (Linux)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-linux:
name: Swift Build (Linux)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6.2"
- name: Build
run: swift build -v