There was an error while loading. Please reload this page.
2 parents 1297141 + d1f3a5b commit 4d9358cCopy full SHA for 4d9358c
2 files changed
.github/workflows/check.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Install dependencies
22
run: yarn install
23
24
+ - name: Install Fern CLI
25
+ run: npm install -g fern-api
26
+
27
- name: Check API is valid
28
run: yarn fern-check
29
env:
.github/workflows/publish-docs.yml
- name: Build TypeSpec specifications
run: yarn build:specs
0 commit comments