Skip to content

Add ability to mute keywords from chat #111

Add ability to mute keywords from chat

Add ability to mute keywords from chat #111

Workflow file for this run

name: Check PR
on:
pull_request:
branches: [main]
jobs:
check:
name: Check and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
cache: true
- run: flutter doctor -v
- run: flutter pub get
- run: flutter analyze
- run: flutter test