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-19 14:16:05 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8d42230a907573ef9e7983aafbcef0abae4c016
e8d42230
1 parent
1c931345
ci: update checks
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 @
e8d4223
...
...
@@ -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.10'
# 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