Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
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
Jonny Borges
2020-05-24 18:43:30 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-05-24 18:43:30 -0300
Commit
f599619ebf215791f6dfbd7738ff41202f47c7c0
f599619e
1 parent
538f4776
Delete dart.yml
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
.github/workflows/dart.yml
.github/workflows/dart.yml
deleted
100644 → 0
View file @
538f477
name
:
Run analyze and tests
on
:
pull_request
jobs
:
analyze-and-test
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
actions/setup-java@v1
with
:
java-version
:
'
12.x'
-
uses
:
subosito/flutter-action@v1
with
:
channel
:
'
stable'
-
run
:
flutter pub get
-
run
:
flutter build aot
-
run
:
flutter analyze
-
run
:
flutter test
Please
register
or
login
to post a comment