Skip to content

fix: create Cipher instance in place, do not store it in ChannelOptions #786

fix: create Cipher instance in place, do not store it in ChannelOptions

fix: create Cipher instance in place, do not store it in ChannelOptions #786

Workflow file for this run

name: Check
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./gradlew checkstyleMain checkstyleTest checkWithCodenarc runUnitTests