Skip to content

Add offsettingBounds and settingBoundsSize #139

Add offsettingBounds and settingBoundsSize

Add offsettingBounds and settingBoundsSize #139

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [macos-14, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: SwiftyLab/setup-swift@latest
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v