Skip to content

feat: add ci workflow #1

feat: add ci workflow

feat: add ci workflow #1

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build
run: |
make build