Add flow to automatically build using Makefile

This commit is contained in:
Frederik Beimgraben 2025-10-30 18:59:56 +01:00 committed by GitHub
parent 31cae0b55b
commit 9c0119d940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/workflows/makefile.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make