Skip to content

Run actions on any pull request #8

Run actions on any pull request

Run actions on any pull request #8

Workflow file for this run

name: Web
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.2'
- name: Prepare
working-directory: apps/onyx
run: flutter pub get
- name: Build
working-directory: apps/onyx
run: flutter build web