Skip to content

Commit 268c6b9

Browse files
committed
.github: Update ci.yml to execute lint with buf
1 parent 877d548 commit 268c6b9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,22 @@ env:
1111
SLOW_MACHINE: 1
1212

1313
jobs:
14+
buf:
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
# Run `git checkout`
19+
- name: Checkout code
20+
uses: actions/checkout@v4
21+
# Run the `buf` CLI
22+
- name: Buf Action
23+
uses: bufbuild/buf-action@v1
24+
1425
unit-tests:
1526
runs-on: ubuntu-latest
1627

1728
steps:
18-
- name: Checkout code
29+
- name: Checkout code
1930
uses: actions/checkout@v3
2031

2132
- name: Set up Go

0 commit comments

Comments
 (0)