Skip to content

Commit

Permalink
linter check
Browse files Browse the repository at this point in the history
Signed-off-by: Manik2708 <[email protected]>
  • Loading branch information
Manik2708 committed Jan 21, 2025
1 parent c3b8c0d commit cd13601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: make thrift && git diff --name-status --exit-code

- name: Verify Mockery types are up to date
run: make generate-mocks && (git status --porcelain | grep '??' || git diff --name-status --exit-code) || exit 1
run: make generate-mocks && { git status --porcelain | grep '??' && exit 1; } || { git diff --name-status && git diff --exit-code || exit 1; }

lint-shell-scripts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cd13601

Please sign in to comment.