Skip to content

Commit

Permalink
chore(code-metrics): remove deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed May 21, 2023
1 parent a88ac68 commit 3cf5106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter.analyze-test.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
- name: 'Get dependencies'
run: flutter pub get
- name: '[Global] Code metrics'
run: flutter pub run dart_code_metrics:metrics analyze --fatal-style --fatal-warnings --fatal-performance --reporter=github lib
run: dart run dart_code_metrics:metrics analyze --fatal-style --fatal-warnings --fatal-performance --reporter=github lib
- name: '[Unused files] Code metrics'
run: flutter pub run dart_code_metrics:metrics check-unused-files lib
run: dart run dart_code_metrics:metrics check-unused-files lib
- name: '[Unused code] Code metrics'
run: flutter pub run dart_code_metrics:metrics check-unused-code lib
run: dart run dart_code_metrics:metrics check-unused-code lib
test:
name: 'Test'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3cf5106

Please sign in to comment.