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 13:51:23 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1b290c29dd1ca05cc5e024889e61826913634bcb
1b290c29
1 parent
a926379c
ci: update checks
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
28 deletions
.github/workflows/flutter.yml
.github/workflows/flutter.yml
View file @
1b290c2
name
:
code analysis & formatting
name
:
flutter
on
:
push
:
...
...
@@ -11,51 +11,49 @@ jobs:
analysis
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4.1.1
-
uses
:
actions/setup-java@v3.13.0
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-java@v3
with
:
java-version
:
17
distribution
:
temurin
-
uses
:
subosito/flutter-action@v2
with
:
cache
:
true
-
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@v3
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
-
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
:
-
uses
:
actions/checkout@v4.1.1
-
uses
:
actions/setup-java@v3.13.0
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-java@v3
with
:
java-version
:
17
distribution
:
temurin
-
uses
:
subosito/flutter-action@v2
.12.0
-
uses
:
subosito/flutter-action@v2
with
:
cache
:
true
-
name
:
Format
run
:
dart format --set-exit-if-changed .
run
:
dart format --set-exit-if-changed .
\ No newline at end of file
...
...
Please
register
or
login
to post a comment