Skip to content

break formatting

break formatting #8

Workflow file for this run

name: Build
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
channel: 'stable'
cache: true
- name: Check Flutter version
run: flutter --version
- name: Install dependencies
run: flutter pub get