CI: make build CI

This commit is contained in:
raf 2023-11-29 05:47:10 +03:00 committed by GitHub
parent 889b110eaa
commit 5cff09f6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/makefile.yml vendored Normal file
View file

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