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:00:12 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-05-24 18:00:12 -0300
Commit
1f693a1fbbfd319eefe0cfbd31998ca533564060
1f693a1f
1 parent
80cb9de3
Create dart.yml
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
.github/workflows/dart.yml
.github/workflows/dart.yml
0 → 100644
View file @
1f693a1
name
:
Dart CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build
:
runs-on
:
ubuntu-latest
container
:
image
:
google/dart:latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Install dependencies
run
:
pub get
-
name
:
Run tests
run
:
pub run test
...
...
Please
register
or
login
to post a comment