Create makefile.yml

pull/17/head
Thorsten Sick 3 years ago committed by GitHub
parent a93c92bbf4
commit 94a827a66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,23 @@
name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: make
- name: Run check
run: make test
Loading…
Cancel
Save