Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BirjuVachhani/spider
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Feb 3, 2020
2 parents e99efb4 + 336e272 commit 86b409b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dart.yml
@@ -0,0 +1,18 @@
name: Dart CI

on: [push]

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

0 comments on commit 86b409b

Please sign in to comment.