Skip to content

feat: add tracing for evaluate_script, ipc_handler and custom_protocols #3112

feat: add tracing for evaluate_script, ipc_handler and custom_protocols

feat: add tracing for evaluate_script, ipc_handler and custom_protocols #3112

Workflow file for this run

name: fmt check
on:
pull_request:
paths:
- 'src/**'
- 'Cargo.toml'
jobs:
clippy_fmt_check:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- name: fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check