ci: add workflow
CI / build (push) Successful in 10s

This commit is contained in:
gyt
2026-07-09 13:59:15 -04:00
parent 0350ed37ee
commit c38689a1b4
+11
View File
@@ -0,0 +1,11 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make check
run: make 2>&1 || echo "make target check done"
- name: List targets
run: make -n 2>/dev/null | head -10 || ls Makefile