Skip to content

Commit

Permalink
Update code-health.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Mar 5, 2024
1 parent 41c7137 commit 059bb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 059bb7c

Please sign in to comment.