fix git diff check

pull/7326/head
Nils Dijk 2023-11-09 14:19:45 +00:00
parent 5f6081d0a9
commit 85469bbe7f
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 1 additions and 1 deletions

View File

@ -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