mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 08:32:34 +00:00
[COMPLIANCE] Add copyright and license headers (#327)
* add copywrite changes * extra slash * [COMPLIANCE] Add copyright and license headers * removed incorrect license * reverted /dist * add action.yml to copywrite ignore * revert * remove dist changes * revert dist
This commit is contained in:
parent
1fdd4cd311
commit
5aa9444145
13 changed files with 115 additions and 28 deletions
17
.github/workflows/compliance.yml
vendored
Normal file
17
.github/workflows/compliance.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: compliance
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
# Reference: ENGSRV-059
|
||||
copywrite:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||
- uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
|
||||
- run: copywrite headers --plan
|
||||
- run: copywrite license --plan
|
||||
Loading…
Add table
Add a link
Reference in a new issue