From 178ef0409aa465b5f4ac53bed4bd34fd300a647c Mon Sep 17 00:00:00 2001 From: Mario Macias <mmaciasl@redhat.com> Date: Tue, 10 May 2022 12:16:01 +0200 Subject: [PATCH] Remove fmt from PR make target (#25) --- .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 5b409315..2ebb4bac 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,7 +22,7 @@ jobs: - name: Install make run: sudo apt -y install make - name: Run verification and tests - run: make fmt lint test cov-exclude-generated + run: make lint test cov-exclude-generated - name: Report coverage uses: codecov/codecov-action@v2.1.0 with: -- GitLab