Skip to content

Update internal chat::List if chat title changes #26

Update internal chat::List if chat title changes

Update internal chat::List if chat title changes #26

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
all:
runs-on: macOS-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --workspace --no-deps