commit 38f9e5c61742d77b18395cd5f86aa97ccbc94f3d parent 7841176151982d7f9b60810d567acd840621e0d5 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Wed, 3 Sep 2025 14:20:22 +0530 Delete .github directory Diffstat:
| D | .github/workflows/c-cpp.yml | | | 23 | ----------------------- |
1 file changed, 0 insertions(+), 23 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml @@ -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@v4 - - name: configure - run: ./configure - - name: make - run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck