Workflows um Format Stage erweitern #175
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user