From d98d2e8800db1c87dc940689336a37b8b0e766b3 Mon Sep 17 00:00:00 2001 From: Suraj <44591689+Surajkumarsaw1@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:58:47 +0530 Subject: [PATCH] Revert "Create c-cpp.yml" This reverts commit 38109fd9ab71f617a6cfd9cdb158ca76ab2f60d6. --- .github/workflows/c-cpp.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml deleted file mode 100644 index b00b272..0000000 --- a/.github/workflows/c-cpp.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: C/C++ CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: configure - run: ./configure - - name: make - run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck