Skip to content

chore: 📝 Improve Changelog formatting #73

chore: 📝 Improve Changelog formatting

chore: 📝 Improve Changelog formatting #73

Workflow file for this run

name: Flutter Test
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.22.2'
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test