mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 11:14:04 +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
14 lines
323 B
YAML
14 lines
323 B
YAML
---
|
|
# Default configuration for gh-action-readme
|
|
defaults:
|
|
name: "GitHub Action"
|
|
description: "A reusable GitHub Action."
|
|
runs: {}
|
|
branding:
|
|
icon: "activity"
|
|
color: "blue"
|
|
template: "templates/readme.tmpl"
|
|
header: "templates/header.tmpl"
|
|
footer: "templates/footer.tmpl"
|
|
schema: "schemas/action.schema.json"
|