Skip to content

Bump flutter_markdown from 0.7.4+3 to 0.7.5 #17

Bump flutter_markdown from 0.7.4+3 to 0.7.5

Bump flutter_markdown from 0.7.4+3 to 0.7.5 #17

Workflow file for this run

name: Push
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: "3.27.1"
cache: true
- run: flutter --version
- run: flutter pub get
# - run: flutter test