From 92217165a8109c3e85f924b8583a2b6402e21fe6 Mon Sep 17 00:00:00 2001 From: "[ Taha. Dostifam ]" Date: Fri, 21 Jun 2024 20:24:26 +0200 Subject: [PATCH] ci: trying to fiind error in buf_linter --- .github/workflows/buf_linter.yml | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buf_linter.yml b/.github/workflows/buf_linter.yml index 4f6c470..aaca9d2 100644 --- a/.github/workflows/buf_linter.yml +++ b/.github/workflows/buf_linter.yml @@ -19,11 +19,11 @@ jobs: with: go-version: '1.22.4' + - name: Install Buf Cli + - run: go install github.com/bufbuild/buf/cmd/buf@v1.33.0 + - name: Checkout code uses: actions/checkout@v3 - - name: Install devtools - run: make devtools - - name: Run linter run: make buf_lint diff --git a/Makefile b/Makefile index 1059e8b..13c5072 100644 --- a/Makefile +++ b/Makefile @@ -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: