Removed version
Some checks failed
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / test (push) Failing after 1m42s
Push Pipeline / generate_licenses (push) Failing after 1m42s
Push Pipeline / generate_localizations (push) Failing after 12s
Push Pipeline / sort_arb_files (push) Failing after 13s
Push Pipeline / format (push) Has been skipped
Push Pipeline / build (push) Has been skipped

This commit is contained in:
2026-05-23 00:26:53 +02:00
parent 811079705f
commit ec9ed1f19e
2 changed files with 9 additions and 18 deletions

View File

@@ -20,11 +20,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Analyze Formatting
@@ -46,11 +45,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Run tests
@@ -72,11 +70,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Check for untranslated messages

View File

@@ -23,11 +23,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Run tests
@@ -88,11 +87,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Generate oss_licenses.dart
@@ -128,11 +126,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Generate localizations
@@ -184,11 +181,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Sort .arb-Files
@@ -246,11 +242,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Check code format
@@ -311,11 +306,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64
flutter pub get
- name: Build APK