From 442ac061e536616dcd219c74a81d1fba0a440a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20=C5=A0e=C5=A1ko?= Date: Sat, 6 Jan 2024 12:09:47 +0100 Subject: [PATCH] Update github analyze action --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6641c70..4d3fe53b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: run: | make get - name: Static Analysis - run: flutter analyze + run: make lint - name: Unit Tests run: melos run test:unit - name: Widget Tests diff --git a/README.md b/README.md index 3f787cec..d3a25760 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ What `make get` does: - changes "FLUTTER" (= `fvm flutter`) to `flutter` in _Makefile_ - changes "DART" (= `fvm dart`) to `dart` in _Makefile_ if _fvm_ - changes "sdkPath" (= `.fvm/flutter_sdk`) to `auto` in _melos.yaml_ -- Runs `./setup-melos.sh` activates _melos_ if not activated. +- Runs `./setup-melos.sh`: activates _melos_ if not activated. ## Building generated files