From 705108110b6c63ee2de252ab96f5294f8c0438f2 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Fri, 12 Apr 2024 12:10:03 -0400 Subject: [PATCH] install clang-format in GH actions Signed-off-by: Mohamed Mahmoud --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1a47f35a8..17889484e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,7 +20,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Install make - run: sudo apt -y install make + run: sudo apt -y install make clang-format - name: Run verification and tests run: make lint test cov-exclude-generated - name: check clean generate