Skip to content

Commit

Permalink
fix: dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 4, 2024
1 parent b0e6277 commit abc67d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: melos exec -- "dart pub get"

- name: Build runner
run: melos exec --scope="openapi-generator" -- dart run build_runner build --delete-conflicting-outputs
run: melos exec --scope=openapi-generator -- dart run build_runner build --delete-conflicting-outputs
- name: Validate formatting
run: melos format --set-exit-if-changed
- name: Run analyzer
Expand Down

0 comments on commit abc67d1

Please sign in to comment.