commit | 8cd4fee3cda50a3d96b63283d039056772d81f37 | [log] [tgz] |
---|---|---|
author | Seth Hoenig <shoenig@duck.com> | Thu Nov 09 17:24:28 2023 -0600 |
committer | Seth Hoenig <shoenig@duck.com> | Thu Nov 09 17:24:28 2023 -0600 |
tree | 38968a571b3a6f8c369e6c2d20423afc4a69a02e | |
parent | d243256dee0ecb51e68f6b83803cff2cafe0918f [diff] |
ci: setup copywrite action
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 933e3a2..b7b4ba4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml
@@ -1,6 +1,14 @@ name: Run CI Tests on: [push] jobs: + run-copywrite: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - uses: hashicorp/setup-copywrite@v1.1.2 + - name: verify copyright + run: | + copywrite headers --plan run-lint: runs-on: [macos-latest] steps: