Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Mar 31, 2023
1 parent 137ef78 commit 8461cd6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8461cd6

Please sign in to comment.