blob: aa363e3cdf4e04838a8addb1b8229bed3b3705d0 [file] [log] [blame]
#!/bin/sh
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
RED=''
NC=''
BOLD=''
echo "${BOLD}${RED}Warning:${NC} ${BOLD}Pre-push checks not supported on Windows${NC}"
echo "${BOLD}See: https://github.com/flutter/flutter/issues/86506${NC}"