mirror of
https://github.com/lichess-org/dartchess.git
synced 2026-05-26 13:51:01 +00:00
Fix format lint
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
run: dart pub get
|
||||
|
||||
- name: Verify formatting
|
||||
run: dart format -l 100 --output=none --set-exit-if-changed .
|
||||
run: dart format --output=none --set-exit-if-changed .
|
||||
|
||||
- name: Analyze project source
|
||||
run: dart analyze
|
||||
|
||||
Reference in New Issue
Block a user