Skip to content

Commit 79cc8cc

Browse files
committed
fixup: ci
1 parent edef203 commit 79cc8cc

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,3 @@ jobs:
3838
- name: Lint
3939
run: make lintquery
4040

41-
readme:
42-
name: Lint docs
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: actions/checkout@v4
46-
47-
- name: Check SUPPORTED_LANGUAGES
48-
run: |
49-
make docs
50-
git diff --exit-code

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ jobs:
5454
- name: Run tests
5555
run: make tests
5656

57+
- name: Lint docs
58+
run: |
59+
make docs
60+
git diff --exit-code

0 commit comments

Comments
 (0)