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 90a8edb commit 506448fCopy full SHA for 506448f
.github/workflows/ci.yml
@@ -208,6 +208,14 @@ jobs:
208
run: "poetry install --no-interaction --no-ansi --extras ctl"
209
- name: "Setup environment"
210
run: "pip install invoke toml"
211
+ - name: Install Node.js
212
+ uses: actions/setup-node@v4
213
+ with:
214
+ node-version: 20
215
+ cache: "npm"
216
+ cache-dependency-path: "**/package-lock.json"
217
+ - name: Install markdown linter
218
+ run: npm install -g markdownlint-cli2
219
- name: "Generate SDK API documentation"
220
run: ${{ env.DOCS_COMMAND }}
221
- name: "Check if SDK API documentation needs to be refreshed"
0 commit comments