From 723be2b7f436fd0e507afd2ee5ef2d827ef70e53 Mon Sep 17 00:00:00 2001 From: TanKanT97 <108915004+TanKanT97@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:01:25 -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 4ac1d76..0000000 --- a/.github/workflows/makefile.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Makefile CI - -on: - push: - branches: [ "twrp-9.0" ] - pull_request: - branches: [ "twrp-9.0" ] - -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