# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

version: 0.2

phases:
  build:
    commands:
      - go run ./tests/check_licenses.go
      - ./tests/check_generated_src.sh
