Skip to content

Prevent the RpcClient cleanup thread from cleaning up the client object that is about to be used #143

Prevent the RpcClient cleanup thread from cleaning up the client object that is about to be used

Prevent the RpcClient cleanup thread from cleaning up the client object that is about to be used #143

Workflow file for this run

name: Checkstyle
on: [ pull_request, workflow_dispatch ]
jobs:
checkstyle:
name: checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
checkstyle_config: ./.github/checkstyle/checkstyle.xml