Skip to content

try to fix open call #108

try to fix open call

try to fix open call #108

Workflow file for this run

name: test-static
on: push
jobs:
test-static:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Lint
run: make lint
- name: Build
run: make build