Skip to content

Small refactoring and naming simplification #21

Small refactoring and naming simplification

Small refactoring and naming simplification #21

Workflow file for this run

name: roach build
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: make
run: make