Skip to content

Bump flutter_lints from 4.0.0 to 5.0.0 (#7) #44

Bump flutter_lints from 4.0.0 to 5.0.0 (#7)

Bump flutter_lints from 4.0.0 to 5.0.0 (#7) #44

name: Windows Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.3"
cache: true
- name: Get Dependencies
run: flutter pub get
- name: Build
run: flutter build windows