mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-06 19:53:28 +00:00
exclude gitignore and envrc from copyright requirement
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
fbb1aea048
commit
9583ed291f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -254,7 +254,7 @@ jobs:
|
|||||||
if: ${{ !cancelled() }} && github.event_name == 'pull_request'
|
if: ${{ !cancelled() }} && github.event_name == 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
excluded_files="config.yaml"
|
excluded_files="config.yaml"
|
||||||
excluded_extensions="ans|bin|cfg|json|json\\.template|md|png|service|ssz|txt|lock|nix"
|
excluded_extensions="ans|bin|cfg|yml|json|json\\.template|md|png|service|ssz|txt|lock|nix|gitignore|envrc"
|
||||||
|
|
||||||
current_year=$(date +"%Y")
|
current_year=$(date +"%Y")
|
||||||
problematic_files=()
|
problematic_files=()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user