Skip to content

Commit

Permalink
ci: trying to fiind error in buf_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tahadostifam committed Jun 21, 2024
1 parent 6be617a commit 9221716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buf_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
go-version: '1.22.4'

- name: Install Buf Cli
- run: go install github.com/bufbuild/buf/cmd/[email protected]

- name: Checkout code
uses: actions/checkout@v3

- name: Install devtools
run: make devtools

- name: Run linter
run: make buf_lint
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lint:
golangci-lint run --build-tags "${BUILD_TAG}" --timeout=20m0s

buf_lint:
buf lint --path ./protobuf
buf lint

# Run on development
dev:
Expand Down

0 comments on commit 9221716

Please sign in to comment.