Skip to content

Add CI pipelines and make #3

Add CI pipelines and make

Add CI pipelines and make #3

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Run Makefile
run: make -B