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.
|
- 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
|