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

Fix: Add build step for generated project #196

Merged
merged 25 commits into from
Mar 24, 2024

Conversation

MitchellBerend
Copy link
Contributor

@MitchellBerend MitchellBerend commented Mar 14, 2024

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

Problem/Feature

Resolves #195

In #174 I had some syntax errors in the templates that ended up in the final generated code. Since all the CI tests passed I assumed all the projects were at least compiling. Turns out this assumption was wrong.

Description of Changes:

This pr adds the advanced flag to the linting matrix step in CI that checks the generated project. This checks for typos of just general mistakes in syntax in the generated code of the advanced features as well.

This pr also fixes all the linting errors that popped up by adding the advanced features to the checks.

Checklist

  • I have self-reviewed the changes being requested
    - [ ] I have updated the documentation (if applicable)

@MitchellBerend
Copy link
Contributor Author

I also took the liberty of bumping the setup-go, golangci-lint and cache steps to get rid of some of the warnings about node 16 being deprecated.

@MitchellBerend MitchellBerend marked this pull request as ready for review March 14, 2024 13:35
@Ujstor Ujstor merged commit 62cccd5 into Melkeydev:main Mar 24, 2024
128 checks passed
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.

[Bug] flaky linting tests
3 participants