Skip to content

Bump fastapi from 0.79.1 to 0.121.3 #65

Bump fastapi from 0.79.1 to 0.121.3

Bump fastapi from 0.79.1 to 0.121.3 #65

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