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
It could be more user-friendly to install yamlfmt for the user, if it's not already installed on the system
The text was updated successfully, but these errors were encountered:
I wanted this extension to format my github-actions-workflow files, but not having Go installed I had to find another way to install yamlfmt
github-actions-workflow
so I used https://github.com/Araxeus/vendorfiles (installed using bun/nodejs) to install and keep it updated from github releases
yamlfmt: version: v0.12.1 repository: https://github.com/google/yamlfmt vendorFolder: "{vendorFolder}" files: - "{release}/yamlfmt_{version}_Windows_x86_64.tar.gz": - yamlfmt.exe
I write this hoping it can help someone in my situation
Sorry, something went wrong.
No branches or pull requests
It could be more user-friendly to install yamlfmt for the user, if it's not already installed on the system
The text was updated successfully, but these errors were encountered: