Skip to content

Bump json_serializable from 6.8.0 to 6.9.0 (#9) #58

Bump json_serializable from 6.8.0 to 6.9.0 (#9)

Bump json_serializable from 6.8.0 to 6.9.0 (#9) #58

Workflow file for this run

name: Web Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.3"
channel: 'stable'
cache: true
- name: Get dependencies
run: flutter pub get
- name: Start web build
run: flutter build web