Skip to content

ci: build workflow

ci: build workflow #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Flutter action
uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter pub get
# - run: flutter test # TODO Needs supabase
- run: flutter pub global run peanut
- run: git push origin gh-pages