mirror of https://github.com/citusdata/citus.git
Fetch all branches to be able to run git diff..
parent
0ba0c685b3
commit
f4bc9796f2
|
@ -50,6 +50,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v3.5.0
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Check C Style
|
- name: Check C Style
|
||||||
run: citus_indent --check
|
run: citus_indent --check
|
||||||
- name: Check Python style
|
- name: Check Python style
|
||||||
|
|
Loading…
Reference in New Issue