Skip to content

Delete .github/workflows/windows.yml (#13) #38

Delete .github/workflows/windows.yml (#13)

Delete .github/workflows/windows.yml (#13) #38

Workflow file for this run

name: Ubuntu
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v