Skip to content

Bump setuptools from 65.6.3 to 82.0.1 #88

Bump setuptools from 65.6.3 to 82.0.1

Bump setuptools from 65.6.3 to 82.0.1 #88

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: Setup Fern CLI
uses: fern-api/setup-fern-cli@v1
- 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