Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Jan 23, 2024
1 parent 7b6cdf1 commit a04be24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4

- name: Configure FVM
uses: kuhnroyal/flutter-fvm-config-action@v1
uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action
with:
path: ".fvm/fvm_config.json"
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scripts:
description: Run Dart static analysis checks.

lint:dcm:
run: melos exec -- dcm analyze . # --fatal-style --fatal-performance --fatal-warnings
run: melos exec -- dcm analyze . --fatal-style --fatal-performance --fatal-warnings
description: Run DCM static analysis checks.

# TESTING
Expand Down

0 comments on commit a04be24

Please sign in to comment.