Added build checking gh action

This commit is contained in:
Dmitriy Shishkov 2021-04-16 23:57:39 +05:00
parent e59754b206
commit 2d35d71b69
No known key found for this signature in database
GPG Key ID: 7CAE12ED13853CAC

12
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: make-master
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Makefile
run: make all