Skip to content

Commit fb664eb

Browse files
authored
Merge pull request #474 from twitch-rs/chatbot
add send chat message client ext and example for a chatbot
2 parents 8dbaddc + 51e3ecd commit fb664eb

File tree

12 files changed

+785
-150
lines changed

12 files changed

+785
-150
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
uses: dtolnay/rust-toolchain@master
3232
with:
3333
toolchain: ${{ env.MSRV }}
34+
- uses: taiki-e/install-action@v2
35+
with:
36+
tool: cargo-audit
3437
- run: cargo audit
3538
cargo-deny:
3639
name: Cargo Deny

0 commit comments

Comments
 (0)