Skip to content

add: custom navigation added #20

add: custom navigation added

add: custom navigation added #20

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
fern-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Fern
run: npm install -g fern-api
- name: Build Navigation
run: |
cd custom-implementation
yarn
yarn build
cd ../
- name: Check Fern API is valid
run: fern check