Skip to content

Add support for ping pong in the WebSocket transport #2243

Add support for ping pong in the WebSocket transport

Add support for ping pong in the WebSocket transport #2243

Workflow file for this run

name: Cargo deny
on:
pull_request:
push:
branches:
- master
tags:
- v*
paths-ignore:
- 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- name: Checkout sources & submodules
uses: actions/checkout@master
with:
fetch-depth: 5
submodules: recursive
- name: Cargo deny
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: "check --hide-inclusion-graph"