Fetch all branches to be able to run git diff..

pull/7154/head
Gokhan Gulbiz 2023-08-17 12:31:30 +03:00
parent 0ba0c685b3
commit f4bc9796f2
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ jobs:
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 0
- name: Check C Style
run: citus_indent --check
- name: Check Python style