Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: build
on:
push:
branches:
- main
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get