mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools/hecat: awesome_lint: read licenses from licenses.yml and licenses-nonfree.yml
This commit is contained in:
parent
bf9e4a3ff2
commit
29be046f50
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
steps:
|
||||
- name: update metadata form Github API
|
||||
- name: update metadata from Github API
|
||||
module: processors/github_metadata
|
||||
module_options:
|
||||
source_directory: ./
|
||||
|
|
@ -10,3 +10,6 @@ steps:
|
|||
module_options:
|
||||
source_directory: ./
|
||||
items_in_delegate_to_fatal: False
|
||||
licenses_files:
|
||||
- licenses.yml
|
||||
- licenses-nonfree.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue