The Webfeed Flutter package for Appeto SDK.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
325 B

  1. name: Dart CI
  2. on:
  3. push:
  4. branches: [ master ]
  5. pull_request:
  6. branches: [ master ]
  7. jobs:
  8. build:
  9. runs-on: ubuntu-latest
  10. container:
  11. image: google/dart:latest
  12. steps:
  13. - uses: actions/checkout@v2
  14. - name: Install dependencies
  15. run: pub get
  16. - name: Run tests
  17. run: pub run test