From 1be10380d179dc20de58f71cf139e937046da19b Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:50:09 -0700 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#905) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- .github/actions/setup-test-tools/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup-test-tools/action.yaml b/.github/actions/setup-test-tools/action.yaml index d666e23..6da07b5 100644 --- a/.github/actions/setup-test-tools/action.yaml +++ b/.github/actions/setup-test-tools/action.yaml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + name: Setup common testing tools description: Install bats and python-yq runs: