Skip to content

Commit 27aea72

Browse files
authored
Merge pull request #2 from fern-demo/devin/1767616905-install-buf
Add buf installation to GitHub Actions workflows
2 parents 880a97c + d82e0be commit 27aea72

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
1414

15+
- name: Install buf
16+
uses: bufbuild/buf-setup-action@v1
17+
1518
- name: Install Fern
1619
run: npm install -g fern-api
1720

.github/workflows/preview-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18+
- name: Install buf
19+
uses: bufbuild/buf-setup-action@v1
20+
1821
- name: Install Fern
1922
run: npm install -g fern-api
2023

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16+
- name: Install buf
17+
uses: bufbuild/buf-setup-action@v1
18+
1619
- name: Install Fern
1720
run: npm install -g fern-api
1821

0 commit comments

Comments
 (0)