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