Skip to content

Commit 2bd1a0b

Browse files
committed
chore: install buf in CI workflows
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
1 parent 3d01f33 commit 2bd1a0b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Add uv to PATH
2323
run: |
2424
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
25+
- name: Install Buf
26+
uses: bufbuild/buf-setup-action@v1
2527
- name: Install dependencies
2628
run: uv sync --dev
2729

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- name: Add uv to PATH
5353
run: |
5454
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
55+
- name: Install Buf
56+
uses: bufbuild/buf-setup-action@v1
5557
- name: Install dependencies
5658
run: uv sync --dev --extra all
5759
- name: Run tests and check coverage

0 commit comments

Comments
 (0)