Skip to content

Add CI workflow

Add CI workflow #1

Workflow file for this run

name: Makefile CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check make
run: make