Skip to content
forked from lyz-code/yamlfix

A simple opinionated yaml formatter that keeps your comments!

License

Notifications You must be signed in to change notification settings

dsmello/yamlfix

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

yamlfix

Actions Status Actions Status Coverage Status

A simple opinionated yaml formatter that keeps your comments!

Help

See documentation for more details.

Installing

pip install yamlfix

Contributing

For guidance on setting up a development environment, and how to make a contribution to yamlfix, see Contributing to yamlfix.

Donations

Donate using
Liberapay or ko-fi

If you are using some of my open-source tools, have enjoyed them, and want to say "thanks", this is a very strong way to do it.

If your product/company depends on these tools, you can sponsor me to ensure I keep happily maintaining them.

If these tools are helping you save money, time, effort, or frustrations; or they are helping you make money, be more productive, efficient, secure, enjoy a bit more your work, or get your product ready faster, this is a great way to show your appreciation. Thanks for that!

And by sponsoring me, you are helping make these tools, that already help you, sustainable and healthy.

Github Actions

To use this action, create a .github/workflows/yamlfix.yml file with the

name: yamlfix
on: [push, pull_request]
jobs:
  yamlfix:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
    #   - uses: lyz-code/yamlfix@v1
      - uses: dsmello/yamlfix@v1.0.3
        with:
          args: --validate-only

If you didn't specify any arguments, the action will run with the default, and will return a error if the yaml is not valid or not formatted.

License

GPLv3

About

A simple opinionated yaml formatter that keeps your comments!

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.6%
  • Makefile 3.7%
  • Dockerfile 0.7%