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