[CI/CD Improvements] Standardize and automate formatting for workflows #665
Labels
community
A PR, or an issue with a PR, from a community member
feature:cost-reduction
Issues related to measuring and reducing execution cost
pkg:dbt-postgres
Issue affects dbt-postgres
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: