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
2022-07-21 08:53:00 +0200
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2022-07-21 08:53:00 +0200
Commit
7829a9be7319ed28e8542aff01dc00acb842a456
7829a9be
2 parents
600d4ef4
64b01388
Merge pull request #186 from jaredsburrows/patch-1
update github actions
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
.github/workflows/flutter.yml
.github/workflows/flutter.yml
View file @
7829a9b
name
:
code analysis & formatting
on
:
[
push
,
pull_request
]
on
:
push
:
branches
:
-
master
pull_request
:
types
:
[
opened
,
labeled
,
unlabeled
,
synchronize
]
jobs
:
analysis
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-java@v3
-
uses
:
actions/checkout@v3.0.2
-
uses
:
actions/setup-java@v3.3.0
with
:
distribution
:
'
temurin'
java-version
:
'
11'
java-version
:
11
distribution
:
temurin
-
uses
:
subosito/flutter-action@v2.4.0
with
:
cache
:
true
-
name
:
Version
run
:
flutter doctor -v
-
name
:
Install dependencies
...
...
@@ -21,11 +28,13 @@ jobs:
formatting
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-java@v3
-
uses
:
actions/checkout@v3.0.2
-
uses
:
actions/setup-java@v3.3.0
with
:
distribution
:
'
temurin'
java-version
:
'
11'
java-version
:
11
distribution
:
temurin
-
uses
:
subosito/flutter-action@v2.4.0
with
:
cache
:
true
-
name
:
Format
run
:
flutter format -n --set-exit-if-changed .
\ No newline at end of file
run
:
flutter format -n --set-exit-if-changed .
...
...
Please
register
or
login
to post a comment