SAT-WiSe-25-26/.github/workflows/makefile.yml
2025-10-30 18:59:56 +01:00

18 lines
219 B
YAML

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