Skip to content

Add buf installation to GitHub Actions workflows #2

Add buf installation to GitHub Actions workflows

Add buf installation to GitHub Actions workflows #2

Workflow file for this run

name: Fern Check
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install buf
uses: bufbuild/buf-setup-action@v1
- name: Install Fern
run: npm install -g fern-api
- name: Run Fern Check
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern check