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
2024-01-29 10:25:37 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8fa4890f898aa8ea2de32bf0190f57010173d231
8fa4890f
1 parent
292d3e01
test: check lowest sdk version
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
.github/workflows/flutter.yml
.github/workflows/flutter.yml
View file @
8fa4890
...
...
@@ -25,25 +25,25 @@ jobs:
run
:
flutter pub get
-
name
:
Linter
run
:
flutter analyze
# analysis_min_sdk:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-java@v4
# with:
# java-version: 17
# distribution: temurin
# - uses: subosito/flutter-action@v2.12.0
# with:
# cache: true
# flutter-version: '3.10'
# channel: 'stable'
# - name: Version
# run: flutter doctor -v
# - name: Install dependencies
# run: flutter pub get
# - name: Linter
# run: flutter analyze
analysis_min_sdk
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-java@v4
with
:
java-version
:
17
distribution
:
temurin
-
uses
:
subosito/flutter-action@v2.12.0
with
:
cache
:
true
flutter-version
:
'
3.13'
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