Bump pyyaml from 6.0 to 6.0.1 #29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |