We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edef203 commit 79cc8ccCopy full SHA for 79cc8cc
.github/workflows/lint.yml
@@ -38,13 +38,3 @@ jobs:
38
- name: Lint
39
run: make lintquery
40
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
@@ -54,3 +54,7 @@ jobs:
54
- name: Run tests
55
run: make tests
56
57
+ - name: Lint docs
58
+ run: |
59
+ make docs
60
+ git diff --exit-code
0 commit comments