The Webfeed Flutter package for Appeto SDK.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

20 righe
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