From 8461cd64c043f0a336298215ce4b3b2680dc1ccb Mon Sep 17 00:00:00 2001 From: James Pogran Date: Wed, 22 Feb 2023 08:56:06 -0500 Subject: [PATCH] add token --- .github/workflows/test.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db3d0663db..d938213373 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,11 +21,13 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - name: Setup Copywrite - uses: hashicorp/setup-copywrite@3ace06ad72e6ec679ea8572457b17dbc3960b8ce # v1.0.0 - - - name: Check Header Compliance + - name: Checkout Repo + uses: actions/checkout@v3 + - name: Install copywrite + uses: hashicorp/setup-copywrite@v1.0.0 + - name: Validate Header Compliance run: copywrite headers --plan + lint: runs-on: ubuntu-latest timeout-minutes: 3