Skip to content

Commit

Permalink
Merge branch 'main' into 388-add-byte-level-progress-to-pgcopydb-list…
Browse files Browse the repository at this point in the history
…-progress
  • Loading branch information
rimbi authored Jul 10, 2024
2 parents 56f6e63 + 6df9bae commit 0e9c821
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,14 @@ jobs:
style_checker:
runs-on: ubuntu-latest
container: citus/stylechecker:latest
container: citus/stylechecker:no-py
steps:
- uses: actions/checkout@v3 # intentionally using v3 to avoid v4 bug
- uses: actions/[email protected]
name: Checkout code

- name: Set safe directory for git
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Check C style
run: citus_indent --check
Expand Down

0 comments on commit 0e9c821

Please sign in to comment.