The Webfeed Flutter package for Appeto SDK.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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