Skip to content

Commit

Permalink
Add copywrite GHA (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Mar 31, 2023
1 parent adda73a commit b2a086c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ on:
- '**.md'

jobs:
copywrite:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout Repo
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # https://github.com/actions/checkout/releases/tag/v3.5.0
- 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 b2a086c

Please sign in to comment.