Skip to content

Add LICENSE, .gitignore, contributing guide, changelog, platform targ… #2

Add LICENSE, .gitignore, contributing guide, changelog, platform targ…

Add LICENSE, .gitignore, contributing guide, changelog, platform targ… #2

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test