Skip to content

Commit

Permalink
Set the default line length in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mitryp committed Jan 8, 2024
1 parent 556fa8b commit d28d10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Uncomment this step to verify the use of 'dart format' on each commit.
- name: Verify formatting
run: dart format --line-length=100 --output=none --set-exit-if-changed .
run: dart format --output=none --set-exit-if-changed .

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
Expand Down

0 comments on commit d28d10b

Please sign in to comment.