From 1c8761901b26c0be4d61f3aed5ec0495a558a0e7 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 4 Jun 2024 14:11:32 +0200 Subject: Refactor using package `com.clp.project` (#1) Co-authored-by: geno --- .github/workflows/make.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/make.yml (limited to '.github') diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml new file mode 100644 index 0000000..8722f16 --- /dev/null +++ b/.github/workflows/make.yml @@ -0,0 +1,17 @@ +name: check makefile + +on: + push: + branches: '*' + pull_request: + branches: '*' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout repo + uses: actions/checkout@main + + - name: build application + run: make all -- cgit v1.2.3-18-g5258