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

chore: Add validation step for one-click template #20

Merged
merged 13 commits into from
Mar 2, 2024
Merged

chore: Add validation step for one-click template #20

merged 13 commits into from
Mar 2, 2024

Conversation

LeonLuttenberger
Copy link
Contributor

@LeonLuttenberger LeonLuttenberger commented Mar 1, 2024

Describe your changes

Add cfn-lint validation step for one-click template.

Checklist before requesting a review

  • I updated CHANGELOG.MD with a description of my changes
  • If the change was to a module, I ran the code validation script (scripts/validate.sh)
  • If the change was to a module, I have added thorough tests
  • If the change was to a module, I have added/updated the module's README.md
  • If a module was added, I added a reference to the module to the repository's README.md
  • I verified that my code deploys successfully using seedfarmer apply

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@LeonLuttenberger LeonLuttenberger self-assigned this Mar 1, 2024
@LeonLuttenberger LeonLuttenberger marked this pull request as ready for review March 1, 2024 18:47
@@ -3,11 +3,11 @@ name: Module Checks
on:
push:
branches: ["main"]
paths: ['modules/**', '.github/workflows/module-checks.yml']
paths: ["modules/**", "requirements-dev.txt", ".github/workflows/module-checks.yml"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates to requirements-dev.txt can change how our linters behave, which could lead to errors in our validation scripts.

Copy link
Contributor

@kukushking kukushking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kukushking kukushking merged commit 3f8716b into awslabs:main Mar 2, 2024
8 checks passed
@LeonLuttenberger LeonLuttenberger deleted the chore/lint-one-click-template branch March 2, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants