mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
exclude *.service
files from lint check (#5440)
These `*.service` files are installed on user installations, so referring to a license file outside their installation doesn't make too much sense.
This commit is contained in:
parent
63440766ef
commit
a261384efc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -215,7 +215,7 @@ jobs:
|
||||
if: ${{ !cancelled() }} && github.event_name == 'pull_request'
|
||||
run: |
|
||||
excluded_files="config.yaml"
|
||||
excluded_extensions="ans|json|md|png|ssz|txt"
|
||||
excluded_extensions="ans|json|md|png|service|ssz|txt"
|
||||
|
||||
current_year=$(date +"%Y")
|
||||
outdated_files=()
|
||||
|
Loading…
x
Reference in New Issue
Block a user