bore

Unnamed repository
Log | Files | Refs | README

commit cf000768a77c6d0a62118e34e9d40be9595aefcd
parent 931cef978b491e619a9497af94c9e88baff62551
Author: aabacchus <43711769+aabacchus@users.noreply.github.com>
Date:   Wed, 22 Sep 2021 01:52:32 +0100

Create makefile.yml
Diffstat:
A.github/workflows/makefile.yml | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml @@ -0,0 +1,18 @@ +name: Makefile CI + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: make + run: make