Skip to content

Bump very_good_analysis from 5.1.0 to 6.0.0 #40

Bump very_good_analysis from 5.1.0 to 6.0.0

Bump very_good_analysis from 5.1.0 to 6.0.0 #40

Workflow file for this run

name: Formatting
on:
pull_request:
branches: [master]
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Fetching repo"
uses: actions/checkout@v4
- name: "Setting up Flutter SDK"
uses: subosito/flutter-action@v2
- name: "Getting dependencies"
run: flutter pub get
- name: "Checking code formatting"
run: dart format --output=none --set-exit-if-changed .