The Webfeed Flutter package for Appeto SDK.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

20 řádky
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