We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a maintainer, I want to automate formatting checks, so that I can focus more on content in PRs and still maintain a code quality standard.
The content you are editing has changed. Please copy your edits and refresh the page.
pre-commit
docs-issue
stale
triage-labels
pretty-format-yaml
yamlfmt
check-yaml
yamllint
version-number
version
archive-name
archive
env
${{ inputs.value }}
The text was updated successfully, but these errors were encountered:
mikealfare
Successfully merging a pull request may close this issue.
Is this your first time submitting a feature request?
Describe the feature
As a maintainer, I want to automate formatting checks, so that I can focus more on content in PRs and still maintain a code quality standard.
Acceptance Criteria
Formatters:
pretty-format-yaml
@ https://github.com/macisamuele/language-formatters-pre-commit-hooksyamlfmt
@ https://github.com/jumanjihouse/pre-commit-hook-yamlfmtyamlfmt
@ https://github.com/google/yamlfmt (requires Go)pre-commit
hooks and which can enforce the style standardsLinters:
check-yaml
@ https://github.com/pre-commit/pre-commit-hooksyamllint
@ https://github.com/adrienverge/yamllintpre-commit
hooksStyle standards:
version-number
->version
archive-name
->archive
env
instead of inline substitution like${{ inputs.value }}
The text was updated successfully, but these errors were encountered: