Skip to content

Commit 45897a9

Browse files
fern-supportSwimburgerclaude
authored
Use fern-api/setup-fern-cli@v1 action to install Fern CLI (#65)
Co-authored-by: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7dfe833 commit 45897a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fern.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
- name: Install fern
15-
run: npm install -g fern-api
14+
- name: Setup Fern CLI
15+
uses: fern-api/setup-fern-cli@v1
1616
- name: fern check
1717
run: fern check
1818
- name: Verify generated code is up to date
1919
run: |
2020
fern generate
2121
git --no-pager diff --exit-code
2222
env:
23-
FERN_TOKEN: dummy
23+
FERN_TOKEN: dummy

0 commit comments

Comments
 (0)