MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 63d2117a6a - Show all commits

View File

@@ -21,15 +21,12 @@ jobs:
rm -rf /opt/hostedtoolcache/flutter
rm -rf ~/flutter
- name: Set Up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.38.2'
channel: 'stable'
- name: Check Formatting
run: flutter analyze
test:
runs-on: ubuntu-latest
needs: lint