Skip to content

fix: media info parsing #36

fix: media info parsing

fix: media info parsing #36

Workflow file for this run

name: Flutter Web CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/[email protected]
- run: flutter pub get
- run: dart format --set-exit-if-changed .
- name: Analyze project source
run: flutter analyze
working-directory: ./lib
- name: Build example
run: flutter build web
working-directory: example