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

Commits on Mar 14, 2024

  1. Fix: Add build step for generated project

    Resolves Melkeydev#195
    
    This pr adds a build step in CI that tries to build the generated
    project. This checks for typos of just general mistakes in syntax in the
    generated code.
    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4dcca26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2396e05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7662f9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0e77da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1b1e82 View commit details
    Browse the repository at this point in the history
  6. Fixed typo

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    57b4d1e View commit details
    Browse the repository at this point in the history
  7. Added debug output

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    095249a View commit details
    Browse the repository at this point in the history
  8. Added debug output

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    00934ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e54d089 View commit details
    Browse the repository at this point in the history
  10. Added go env check

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a616051 View commit details
    Browse the repository at this point in the history
  11. Added path ls

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e6749af View commit details
    Browse the repository at this point in the history
  12. Added path bin ls

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    911658b View commit details
    Browse the repository at this point in the history
  13. Adding GOBIN to path

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d42382d View commit details
    Browse the repository at this point in the history
  14. Removed absolute path

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7f3e07e View commit details
    Browse the repository at this point in the history
  15. Added go mod tidy

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    41b0987 View commit details
    Browse the repository at this point in the history
  16. Updated path of binary

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f53cb3c View commit details
    Browse the repository at this point in the history
  17. removed newline

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    24c367f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    82ae234 View commit details
    Browse the repository at this point in the history
  19. Updated logging order

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2d7e6d6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a661de7 View commit details
    Browse the repository at this point in the history
  21. Added log import

    MitchellBerend committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    421d23f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    afe0193 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    04c705c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0c11950 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d6c35e5 View commit details
    Browse the repository at this point in the history