Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
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
Alex Li
2022-08-28 18:23:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f27e5d7ce7e72dff8758cb6ae3a94085fe60612
1f27e5d7
1 parent
44365170
👷 Add runnable check
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
.github/workflows/runnable.yml
.github/workflows/runnable.yml
0 → 100644
View file @
1f27e5d
name
:
Runnable (stable)
on
:
push
:
branches
:
-
main
pull_request
:
branches
:
-
main
jobs
:
analyze
:
name
:
Analyze on ${{ matrix.os }}
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[
ubuntu-latest
]
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
actions/setup-java@v1
with
:
java-version
:
'
11.x'
-
uses
:
subosito/flutter-action@v2
with
:
channel
:
'
stable'
-
name
:
Log Dart/Flutter versions
run
:
|
dart --version
flutter --version
-
name
:
Prepare dependencies
run
:
flutter pub get
- name
:
Analyse the repo
run
:
flutter analyze lib
- name
:
Run tests
run
:
flutter test
...
...
Please
register
or
login
to post a comment