Skip to content

Improve comments via github copilot chat #24

Improve comments via github copilot chat

Improve comments via github copilot chat #24

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v