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
Though promlinter is merged into golangci-lint, it still would be good to have a github action to just run promlinter CLI.
It could support two actions:
promlinter lint
promlinter list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Though promlinter is merged into golangci-lint, it still would be good to have a github action to just run promlinter CLI.
It could support two actions:
promlinter lint
which lints metrics.promlinter list
which lists all the metrics from the codebase and put this file in the repoThe text was updated successfully, but these errors were encountered: