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:29:41 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
91a0394b2f3e84324726c39addd4041ca2265964
91a0394b
1 parent
581933fa
ci: revert constraint because of dependency
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
.github/workflows/flutter.yml
.github/workflows/flutter.yml
View file @
91a0394
...
...
@@ -25,27 +25,27 @@ 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.7.0'
channel
:
'
stable'
-
name
:
Version
run
:
flutter doctor -v
-
name
:
Install dependencies
run
:
flutter pub get --directory ./example
-
name
:
Install dependencies
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.7.0'
# channel: 'stable'
# - name: Version
# run: flutter doctor -v
# - name: Install dependencies
# run: flutter pub get --directory ./example
# - 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