From 13c9fd93026cb2638459643f7998ecc1c54d9833 Mon Sep 17 00:00:00 2001 From: Henrisen <56893232+Henrisen@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:17:48 +0100 Subject: [PATCH] Create makefile.yml --- .github/workflows/makefile.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 0000000..5971fbb --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,24 @@ +name: Makefile CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Install + run: make install + + - name: Run check + run: cat /usr/bin/see + + - name: Run Test + run: see -v