Skip to content

Build

Build #76

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Init project
run: make init
- name: Build and tests
run: make