Skip to content

Commit

Permalink
ci: setup action for copywrite
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Oct 31, 2023
1 parent 530cf38 commit 86f8fa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jobs:
with:
version: v1.55.1
skip-cache: true
run-copywrite:
runs-on:
ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/[email protected]
- name: verify copyright
run: |
copywrite headers --plan
run-tests:
strategy:
fail-fast: false
Expand Down

0 comments on commit 86f8fa9

Please sign in to comment.