Skip to content

[506] chore: update dependencies #1135

[506] chore: update dependencies

[506] chore: update dependencies #1135

Workflow file for this run

name: Dart
on: push
permissions: read-all
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'beta'
flutter-version-file: pubspec.yaml
- name: Analyze
run: |
flutter pub get
dart run build_runner build
flutter gen-l10n
dart analyze --fatal-infos
format:
name: Format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'beta'
flutter-version-file: pubspec.yaml
- name: Format
run: dart format -l 120 --set-exit-if-changed .