diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 000000000..bf863c50c --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,19 @@ +name: Makefile CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: docker-practice/actions-setup-docker@master + - uses: actions/checkout@v3 + + - name: build + run: make docker