From abd44c2727bb59a1dad5cfa03c9974c4c72973ce Mon Sep 17 00:00:00 2001 From: TanKanT97 <108915004+TanKanT97@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:00:38 -0400 Subject: [PATCH] Delete .github/workflows directory --- .github/workflows/makefile.yml | 27 --------------------------- 1 file changed, 27 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 8e22335..0000000 --- a/.github/workflows/makefile.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Makefile CI - -on: - push: - branches: [ "cm-14.1" ] - pull_request: - branches: [ "cm-14.1" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: configure - run: ./configure - - - name: Install dependencies - run: make - - - name: Run check - run: make check - - - name: Run distcheck - run: make distcheck