# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 OR ISC version: 0.2 env: variables: GOPROXY: https://proxy.golang.org,direct phases: build: commands: - ./tests/check_objects_and_errors.sh - go run ./tests/check_licenses.go - ./tests/check_generated_src.sh - ./tests/coding_guidelines/coding_guidelines_test.sh - (cd util && go run ./doc.go)