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
To prevent issues like https://github.com/elastic/ecctl/runs/4475470597?check_suite_focus=true we need to add a config validation for goreleaser on PR. It should run command like goreleaser check -f .goreleaser.yml
goreleaser
goreleaser check -f .goreleaser.yml
We need to add an extra step to https://github.com/elastic/ecctl/blob/master/.github/workflows/go.yml which will run goreleaser check -f .goreleaser.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
To prevent issues like https://github.com/elastic/ecctl/runs/4475470597?check_suite_focus=true we need to add a config validation for
goreleaser
on PR. It should run command likegoreleaser check -f .goreleaser.yml
Possible Implementation
We need to add an extra step to https://github.com/elastic/ecctl/blob/master/.github/workflows/go.yml which will run
goreleaser check -f .goreleaser.yml
Testing
Context
Your Environment
The text was updated successfully, but these errors were encountered: