Skip to content
New issue

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

Run zarf dev lint on create and deploy #2485

Open
AustinAbro321 opened this issue May 8, 2024 · 0 comments
Open

Run zarf dev lint on create and deploy #2485

AustinAbro321 opened this issue May 8, 2024 · 0 comments
Assignees
Labels
enhancement ✨ New feature or request

Comments

@AustinAbro321
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Packages should be linted on create and on deploy. If there is an error on create it should stop the package from being built, warning should be printed to the user. If there is an error on deploy the package should still deploy, but it should be printed to the user

Describe the solution you'd like

  • Given I have a zarf.yaml with schema errors
  • When I run zarf package create
  • Then my package create fails and I get the lint output

  • Given I have a package with schema errors
  • When I run zarf package deploy
  • Then my package deploy succeeds (or tries it's best) and I get the lint output
@AustinAbro321 AustinAbro321 added the enhancement ✨ New feature or request label May 8, 2024
@AustinAbro321 AustinAbro321 self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
Status: Ready
Development

No branches or pull requests

1 participant