mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-18 23:51:10 +00:00
* chore(lint): funcorder * chore(lint): yamlfmt, ignored broken test yaml files * chore(tests): tests do not output garbage, add coverage * chore(lint): fix editorconfig violations * chore(lint): move from eclint to editorconfig-checker * chore(lint): add pre-commit, run and fix * chore(ci): we use renovate to manage updates
19 lines
357 B
YAML
19 lines
357 B
YAML
---
|
|
theme: professional
|
|
output_format: html
|
|
output_dir: docs
|
|
verbose: true
|
|
quiet: false
|
|
github_token: 'ghp_test_token_1234567890'
|
|
analyze_dependencies: true
|
|
show_security_info: true
|
|
cache_duration: 3600
|
|
max_concurrent_requests: 10
|
|
repo_overrides:
|
|
'example/repo':
|
|
theme: github
|
|
output_format: md
|
|
'test/action':
|
|
theme: minimal
|
|
quiet: true
|