mirror of https://github.com/smithy-lang/smithy-rs
10 lines
186 B
Bash
10 lines
186 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0.
|
||
|
#
|
||
|
|
||
|
set -e
|
||
|
./gradlew test
|
||
|
./gradlew ktlintFormat
|
||
|
./gradlew ktlint
|