Skip to content

Add .editorconfig for consistent code formatting (#75) #34

Add .editorconfig for consistent code formatting (#75)

Add .editorconfig for consistent code formatting (#75) #34

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
name: MacOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test-swift
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make test-linux