Skip to content

fix timeline announcement #139

fix timeline announcement

fix timeline announcement #139

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart format --output=none --set-exit-if-changed .
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
cache: true
- run: flutter --version
- run: flutter pub get
- run: flutter analyze
- run: flutter test