Skip to content

Commit

Permalink
fixup! ci: add Github Action to check license header
Browse files Browse the repository at this point in the history
  • Loading branch information
torives committed Nov 27, 2023
1 parent 246b2a1 commit e2d484c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/license-check/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[
{
"include": ["**/*.go", "**/*.rs"],
"exclude": ["offchain/target/**", "offchain/data/src/schema.rs"],
"exclude": [
"offchain/target/**",
"offchain/data/src/schema.rs",
"pkg/contracts/*.go"
],
"license": ".github/license-check/header.txt"
}
]

0 comments on commit e2d484c

Please sign in to comment.