Skip to content

editorconfig

editorconfig #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
test:
name: Test on destination ${{ matrix.destination }}
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: test ${{ matrix.destination }}
run: swift test