Skip to content

Commit 7c331a1

Browse files
committed
Remove the code-quality check at least for now
1 parent f4e0dbc commit 7c331a1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,3 @@ jobs:
2020

2121
- name: Run tests
2222
run: 'make test'
23-
24-
code-quality:
25-
runs-on: ubuntu-24.04
26-
steps:
27-
- name: Checkout code
28-
uses: actions/checkout@v4
29-
with:
30-
submodules: recursive
31-
32-
- name: Run tests
33-
run: |
34-
vim --version
35-
make check

0 commit comments

Comments
 (0)