Skip to content

Merge pull request #400 from Shimmur/drop-malformed-attributes #155

Merge pull request #400 from Shimmur/drop-malformed-attributes

Merge pull request #400 from Shimmur/drop-malformed-attributes #155

Workflow file for this run

name: macOS Swift
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
name: Swift on ${{ matrix.os }}
strategy:
matrix:
os: [macos-15]
runs-on: ${{ matrix.os }}
steps:
- name: Print Swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v