Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Update

Update #1

Workflow file for this run

name: fern
on:
pull_request:
paths:
- "fern/**"
branches:
- main
jobs:
check-definitions:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Fern
run: npm install -g fern-api
- name: Check API definition is valid
env:
FORCE_COLOR: "2"
run: fern check