Skip to content

fix: make client response fields public + remove reduntant QueryConnectionChannelsRequest #236

fix: make client response fields public + remove reduntant QueryConnectionChannelsRequest

fix: make client response fields public + remove reduntant QueryConnectionChannelsRequest #236

Workflow file for this run

name: Code Quality Checks
on:
pull_request:
jobs:
code-quality:
runs-on: ubuntu-latest
env:
RIPGREP_VERSION: 14.1.0
FD_VERSION: 9.0.0
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Whitestapace lints
run: bash ci/code-quality/whitespace-lints.sh
- name: Spell Check with Typos
uses: crate-ci/typos@master
with:
config: ./.github/typos.toml