mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04: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
13 lines
336 B
YAML
13 lines
336 B
YAML
---
|
|
# Repository-level configuration for gh-action-readme
|
|
organization: "ivuorinen"
|
|
repository: "gh-action-readme"
|
|
theme: "professional"
|
|
analyze_dependencies: true
|
|
show_security_info: true
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
variables:
|
|
custom_badge: "https://img.shields.io/badge/gh--action--readme-production-green"
|