Skip to content

Add .editorconfig for consistent code formatting (#11) #46

Add .editorconfig for consistent code formatting (#11)

Add .editorconfig for consistent code formatting (#11) #46

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
tests:
runs-on: macOS-11.0
strategy:
matrix:
xcode:
- '12.5.1'
- '13.0'
steps:
- uses: actions/checkout@v2
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: Run tests
run: make test