Skip to content

add swift version in package #3

add swift version in package

add swift version in package #3

Workflow file for this run

name: PR_checks
on:
push:

Check failure on line 4 in .github/workflows/unit_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit_tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run unit tests
run: swift test -v