Add gRPC Timeout and keepalive to handle stuck connections #1683
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run pre-commit hooks | |
| on: | |
| pull_request: | |
| push: | |
| branches: [develop] | |
| workflow_dispatch: | |
| jobs: | |
| run-hooks: | |
| uses: XRPLF/actions/.github/workflows/pre-commit.yml@afbcbdafbe0ce5439492fb87eda6441371086386 | |
| with: | |
| runs_on: heavy | |
| container: '{ "image": "ghcr.io/xrplf/clio-ci:384e79cd32f5f6c0ab9be3a1122ead41c5a7e67d" }' |