Skip to content

Commit

Permalink
fix dart format in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
navaronbracke committed Feb 13, 2025
1 parent c08ea2b commit 301beb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
# TODO: move the code to the new tall style once Flutter 3.29 is the new minimum.
# https://github.com/juliansteenbakker/mobile_scanner/issues/1326
flutter-version: '3.27'
- name: Format
run: dart format --set-exit-if-changed .

0 comments on commit 301beb1

Please sign in to comment.