From 7c331a1b640aef58fffbffe97604e96093016006 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 25 Aug 2025 13:51:29 +0200 Subject: [PATCH] Remove the code-quality check at least for now --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9efafa8..6b8ed82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,16 +20,3 @@ jobs: - name: Run tests run: 'make test' - - code-quality: - runs-on: ubuntu-24.04 - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - submodules: recursive - - - name: Run tests - run: | - vim --version - make check