From a0ed8ff65eb804cab414ecf9d624f9df5b7d6361 Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Sat, 20 Jan 2024 07:10:55 +0100 Subject: [PATCH] Create make.yml --- .github/workflows/make.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/make.yml diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml new file mode 100644 index 0000000..2b819ae --- /dev/null +++ b/.github/workflows/make.yml @@ -0,0 +1,19 @@ +name: Build and Run Tests + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: listFiles + run: ls + - name: make + run: make