exclude gitignore and envrc from copyright requirement

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2025-01-02 14:28:28 +01:00
parent fbb1aea048
commit 9583ed291f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -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=()