Skip to content

Commit

Permalink
chore: add copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Mar 3, 2023
1 parent beb918b commit 82b1a96
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ project {
# "vendors/**",
# "**autogen**",
"**/node_modules/**",
"action.yml"
]
}
7 changes: 6 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@ new TextFile(project, "src/inputs.ts", {
committed: true,
marker: true,
lines: [
`import * as core from "@actions/core";`,
`/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import * as core from "@actions/core";`,
"",
Object.entries(inputs)
.map(
Expand Down
5 changes: 5 additions & 0 deletions src/inputs.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82b1a96

Please sign in to comment.