Skip to content

build: 🔖 Bump v3.0.1 #76

build: 🔖 Bump v3.0.1

build: 🔖 Bump v3.0.1 #76

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