From 88c43d59227fe3bfa95f9baf344e07e352f33ff2 Mon Sep 17 00:00:00 2001 From: Taras Chornyi <73535074+taraschornyiplv@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:10:07 +0200 Subject: [PATCH] Add docker actions --- .github/workflows/makefile.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/makefile.yml 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