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

ci: add lint in cb #13077

Merged
merged 5 commits into from
Aug 5, 2023
Merged

ci: add lint in cb #13077

merged 5 commits into from
Aug 5, 2023

Conversation

sobolk
Copy link
Member

@sobolk sobolk commented Aug 5, 2023

Description of changes

Add missing linter step.

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies
  • Pull request labels are added

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

@sobolk sobolk requested a review from a team as a code owner August 5, 2023 00:00
awsluja
awsluja previously approved these changes Aug 5, 2023
- identifier: lint
buildspec: codebuild_specs/lint.yml
env:
compute-type: BUILD_GENERAL1_LARGE
Copy link
Contributor

Choose a reason for hiding this comment

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

can you add to the other workflows

Copy link
Member Author

Choose a reason for hiding this comment

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

This one is needed only in PR builds see

ignore:
- beta
- release
- /release_rc\/.*/
- /run-e2e\/.*/
.

Copy link
Member Author

Choose a reason for hiding this comment

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

but it's included in dev build... so maybe it's worth adding.

awsluja
awsluja previously approved these changes Aug 5, 2023
@@ -1,9 +1,12 @@
version: 0.2
env:
shell: bash
variables:
NODE_OPTIONS: --max-old-space-size=5120
Copy link
Contributor

Choose a reason for hiding this comment

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

good catch

awsluja
awsluja previously approved these changes Aug 5, 2023
awsluja
awsluja previously approved these changes Aug 5, 2023
@sobolk sobolk merged commit 4fa0ccb into aws-amplify:dev Aug 5, 2023
@sobolk sobolk deleted the lint-cb branch August 5, 2023 00:51
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