MVP #141

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

View File

@@ -5,6 +5,7 @@ on:
jobs:
lint:
if: false
runs-on: ubuntu-latest
container: node:18-bullseye
steps:
@@ -32,8 +33,8 @@ jobs:
run: flutter analyze lib test
test:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -86,8 +87,8 @@ jobs:
- name: Auto-format
run: |
dart format lib test
dart fix --apply lib test
dart format lib
dart fix --apply lib
- name: Commit Changes
if: steps.check_changes.outputs.changes_detected == 'true'