Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
arnovanliere committed Mar 14, 2024
1 parent c3ac2ff commit 1b51790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Activate dart_code_metrics
run: flutter pub global activate dart_code_metrics

- name: Update PATH
run: export PATH="$PATH":"$HOME/.pub-cache/bin"

- name: Run code metrics
run: metrics lib -r codeclimate > gh-code-quality-report.json

Expand Down

0 comments on commit 1b51790

Please sign in to comment.