Skip to content

Add basic link support to AppKit/macOS formatting bar #20

Add basic link support to AppKit/macOS formatting bar

Add basic link support to AppKit/macOS formatting bar #20

Workflow file for this run

# This workflow builds and tests the project.
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Unit Test Runner
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Run unit tests for all platforms
run: bash scripts/test.sh ${{ github.event.repository.name }}