This commit is contained in:
stickynotememo
2025-12-19 18:57:02 +11:00
committed by GitHub
parent a79c4f6a7e
commit 99adf2d94c
-21
View File
@@ -1,21 +0,0 @@
name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: compile
run: make
- name: Run and test
run: make run