mirror of https://github.com/citusdata/citus.git
fix git diff check
parent
5f6081d0a9
commit
85469bbe7f
|
@ -77,7 +77,7 @@ jobs:
|
|||
- name: Remove useless declarations
|
||||
run: ci/remove_useless_declarations.sh && git diff --cached --exit-code
|
||||
- name: Sort and group includes
|
||||
run: ci/sort_and_group_includes.sh && git diff --cached --exit-code
|
||||
run: ci/sort_and_group_includes.sh && git diff --exit-code
|
||||
- name: Normalize test output
|
||||
run: ci/normalize_expected.sh && git diff --exit-code
|
||||
- name: Check for C-style comments in migration files
|
||||
|
|
Loading…
Reference in New Issue