Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Julian Steenbakker
2023-12-05 10:15:08 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b441a6777e2653def31e7049d2f0402413fe2bc6
b441a677
1 parent
cde56801
ci: add check for minimum flutter version
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
.github/workflows/flutter.yml
.github/workflows/flutter.yml
View file @
b441a67
...
...
@@ -25,6 +25,25 @@ jobs:
run
:
flutter pub get
-
name
:
Linter
run
:
flutter analyze
analysis_min_sdk
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4.1.1
-
uses
:
actions/setup-java@v3.13.0
with
:
java-version
:
17
distribution
:
temurin
-
uses
:
subosito/flutter-action@v2.12.0
with
:
cache
:
true
flutter-version
:
'
3.0.0'
channel
:
'
stable'
-
name
:
Version
run
:
flutter doctor -v
-
name
:
Install dependencies
run
:
flutter pub get
-
name
:
Linter
run
:
flutter analyze
formatting
:
runs-on
:
ubuntu-latest
steps
:
...
...
Please
register
or
login
to post a comment