Skip to content

Commit

Permalink
Add WebSocket types
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Dec 12, 2023
1 parent 0a8e41f commit b417519
Show file tree
Hide file tree
Showing 5 changed files with 2,462 additions and 32 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ jobs:
components: clippy
- uses: Swatinem/[email protected]

- name: Run clippy
- name: Run clippy (no default features)
shell: bash
run: cargo clippy --tests --benches --workspace --examples --no-default-features -- -D warnings
env:
RUST_BACKTRACE: 1
- name: Run clippy (only default features)
shell: bash
run: cargo clippy --tests --benches --workspace --examples -- -D warnings
env:
Expand Down
Loading

0 comments on commit b417519

Please sign in to comment.