Skip to content

Update HealthCheck.yml #2

Update HealthCheck.yml

Update HealthCheck.yml #2

Workflow file for this run

name: HealthCheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: "6.0.0"
- name: Build
run: swift build
- name: Run tests
run: swift test