Skip to content

Allow function bracket to be on next line, fix #56 (#65) #68

Allow function bracket to be on next line, fix #56 (#65)

Allow function bracket to be on next line, fix #56 (#65) #68

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