From 9417cbe57a14da40ff7297fa4ba921fa63b850d8 Mon Sep 17 00:00:00 2001 From: William Bell Date: Tue, 3 Jun 2025 14:00:22 +0100 Subject: [PATCH] remove github action --- .github/workflows/c-cpp.yml | 17 ----------------- 1 file changed, 17 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 d21eb7c..0000000 --- a/.github/workflows/c-cpp.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: C/C++ CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: make - run: make