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: Analyzing
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: "Generating code"
# run: flutter pub run build_runner build
- name: "Analyzing code"
run: flutter analyze