Skip to content

Merge pull request #22 from sloik/renovate/sloik-aliaswonderland-4.x #72

Merge pull request #22 from sloik/renovate/sloik-aliaswonderland-4.x

Merge pull request #22 from sloik/renovate/sloik-aliaswonderland-4.x #72

Workflow file for this run

name: Merge or commit
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
on:
push:
pull_request:
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v