From 99adf2d94ce9a3b046400925f1f0f4c364fa64af Mon Sep 17 00:00:00 2001 From: stickynotememo <55744004+stickynotememo@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:57:02 +1100 Subject: [PATCH] nvm --- .github/workflows/makefile.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml deleted file mode 100644 index b7ae587..0000000 --- a/.github/workflows/makefile.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Makefile CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build_and_test: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: compile - run: make - - - name: Run and test - run: make run