From cdc3df66841afe6a5b8562ae3e9dc15a843233f5 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Wed, 5 Jul 2023 12:35:49 -0500 Subject: [PATCH] build(ci): update Proto linting GitHub action --- .github/workflows/proto.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index e1fef8d8ba..08bd69338f 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -12,9 +12,12 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v3 - - name: lint - run: make proto-lint + - name: Checkout 🛎️ + uses: actions/checkout@v3 + + - name: Lint ✅ + run: sudo make proto-lint + Breakage: runs-on: ubuntu-latest steps: @@ -22,4 +25,4 @@ jobs: uses: actions/checkout@v3 - name: Check breakage ✅ - run: make proto-check-breaking + run: sudo make proto-check-breaking