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