From 2a554985f0c51f3c6bbdef5e7cd2cfbc62790aa3 Mon Sep 17 00:00:00 2001 From: Gustavo Bazan Date: Tue, 5 Mar 2024 14:30:54 +0000 Subject: [PATCH] Update code-health.yml --- .github/workflows/code-health.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 315cb3e387..2c14fd84f0 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -139,7 +139,7 @@ jobs: run: go install github.com/golang/mock/mockgen@latest - name: Generate mocks run: make gen-mocks - - name: Check for uncommited files + - name: Check for uncommitted files run: | export FILES= FILES=$(git ls-files -o -m --directory --exclude-standard --no-empty-directory) @@ -170,7 +170,7 @@ jobs: go-version-file: 'go.mod' - name: Run 'go mod tidy' run: go mod tidy - - name: Check for uncommited files + - name: Check for uncommitted files run: | export FILES= FILES=$(git ls-files -o -m --directory --exclude-standard --no-empty-directory)