Skip to content

 Add support for #[cfg(…)] attributes on rpc trait definition #37

 Add support for #[cfg(…)] attributes on rpc trait definition

 Add support for #[cfg(…)] attributes on rpc trait definition #37

Workflow file for this run

name: PR Review
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
github_token: ${{ github.token }}