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
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 31ece1b321 - Show all commits

View File

@@ -4,7 +4,7 @@ on:
pull_request: pull_request:
jobs: jobs:
Lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -24,7 +24,7 @@ jobs:
- name: Analyze Formatting - name: Analyze Formatting
run: flutter analyze lib test run: flutter analyze lib test
Test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache

View File

@@ -7,7 +7,7 @@ on:
- "main" - "main"
jobs: jobs:
Test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -26,7 +26,7 @@ jobs:
- name: Run tests - name: Run tests
run: flutter test run: flutter test
Format: format:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -71,7 +71,7 @@ jobs:
- name: Verify format - name: Verify format
run: flutter analyze lib test run: flutter analyze lib test
Update Version: update_version:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: Format needs: Format
if: gitea.ref == 'refs/heads/development' if: gitea.ref == 'refs/heads/development'