Skip to content

Converge (just a little) the Stub and Serve traits #35

Converge (just a little) the Stub and Serve traits

Converge (just a little) the Stub and Serve traits #35

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 }}