Workflows um Format Stage erweitern #175

Merged
flixcoo merged 326 commits from setup/44-workflows-um-format-stage-erweitern into development 2026-01-20 10:48:49 +00:00
Showing only changes of commit dbd58907af - Show all commits

View File

@@ -4,7 +4,7 @@ on:
pull_request:
jobs:
lint:
Lint:
runs-on: ubuntu-latest
if: false
steps:
@@ -31,7 +31,7 @@ jobs:
- name: Analyze Formatting
run: flutter analyze lib test
test:
Test:
runs-on: ubuntu-latest
if: false
steps:
@@ -58,7 +58,7 @@ jobs:
- name: Run tests
run: flutter test
format:
Format:
runs-on: ubuntu-latest
if: false
steps:
@@ -109,7 +109,7 @@ jobs:
- name: Verify format
run: flutter analyze lib test
update version:
Update Version:
runs-on: ubuntu-latest
steps:
- name: Checkout code