From 85d390e23fd5ee71e05c699d66764e78e584fddd Mon Sep 17 00:00:00 2001 From: MSalopek Date: Wed, 28 Jun 2023 18:55:41 +0200 Subject: [PATCH] chore: remove noisy proto linter --- .github/workflows/proto.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index c1c302a60f..4f2b512e97 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -10,16 +10,6 @@ permissions: contents: read jobs: - lint: - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.22.0 - - uses: bufbuild/buf-lint-action@v1 - with: - input: "proto" - break-check: runs-on: ubuntu-latest steps: