File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 26
26
# TODO temp hack 2025-07-08 as Flutter's `main` is broken but `master` works:
27
27
# https://github.com/zulip/zulip-flutter/pull/1688#issuecomment-3050661097
28
28
# https://discord.com/channels/608014603317936148/608021351567065092/1392301750383415376
29
+ # https://github.com/flutter/flutter/issues/171833
30
+ # (See also "temp hack" items below.)
29
31
git clone --depth=1000 -b master https://github.com/flutter/flutter ~/flutter
30
32
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
31
33
echo ~/flutter/bin >> "$GITHUB_PATH"
43
45
run : flutter pub get
44
46
45
47
- name : Run tools/check
46
- run : TERM=dumb tools/check --all --verbose
48
+ # TODO omitting flutter_version, see temp hack above
49
+ run : TERM=dumb tools/check --verbose --all-files analyze test build_runner l10n drift pigeon icons android shellcheck
You can’t perform that action at this time.
0 commit comments