mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove the explicit line length, this is not needed anymore
This commit is contained in:
2
.github/workflows/linter.yml.bak
vendored
2
.github/workflows/linter.yml.bak
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
run: flutter pub get
|
||||
|
||||
- name: Check for formatting issues (run "dart format . ")
|
||||
run: dart format --line-length=100 .
|
||||
run: dart format .
|
||||
|
||||
- name: Push a commit with the changed files
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user