Skip to content

chore: Add basic EditorConfig #79

chore: Add basic EditorConfig

chore: Add basic EditorConfig #79

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v1
- name: Clone submodules
run: git submodule update --recursive --init
- name: Run tests
run: make test