The Webfeed Flutter package for Appeto SDK.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- name: Dart CI
-
- on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
- jobs:
- build:
- runs-on: ubuntu-latest
- container:
- image: google/dart:latest
- steps:
- - uses: actions/checkout@v2
- - name: Install dependencies
- run: pub get
- - name: Run tests
- run: pub run test
|