Skip to content

Commit

Permalink
Update github analyze action
Browse files Browse the repository at this point in the history
  • Loading branch information
msesko committed Jan 6, 2024
1 parent a5f6d0b commit 442ac06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 442ac06

Please sign in to comment.