Skip to content

Implement 'Seen' node, in conjunction with SSE allows you to receive … #26

Implement 'Seen' node, in conjunction with SSE allows you to receive …

Implement 'Seen' node, in conjunction with SSE allows you to receive … #26

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@master
- name: Clippy
run: cargo clippy --workspace --all-features -- -Dwarnings