Skip to content

🌿 how to add validators in fastapi #22

🌿 how to add validators in fastapi

🌿 how to add validators in fastapi #22

Workflow file for this run

name: "Fern"
on:
pull_request:
push:
branches: [main]
jobs:
fern-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install fern
run: npm install -g fern-api
- name: fern check
run: fern check
- name: Verify generated code is up to date
run: |
fern generate
git --no-pager diff --exit-code
env:
FERN_TOKEN: dummy