This commit is contained in:
Frederik Beimgraben 2025-10-30 19:30:09 +01:00
commit 274dfa3a0e

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