Skip to content

Improve chat alerts and highlights design #66

Improve chat alerts and highlights design

Improve chat alerts and highlights design #66

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