Skip to content

Commit f81d485

Browse files
Merge pull request #42 from phntmxyz/merge-arcgis-web
Merge arcgis web
2 parents 820fb93 + ebd5414 commit f81d485

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3728
-1811
lines changed

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
channel: 'stable'
3030
- run: flutter --version
3131
- run: flutter pub get
32-
- run: find . -name "*.dart" ! -name "*assets.dart" | tr '\n' ' ' | xargs flutter format --set-exit-if-changed -l 80
32+
- run: find . -name "*.dart" ! -name "*assets.dart" | tr '\n' ' ' | xargs dart format --set-exit-if-changed -l 80
3333

3434
test:
3535
timeout-minutes: 10

0 commit comments

Comments
 (0)