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 a check for go mod tidy #2481

Merged
merged 3 commits into from
May 7, 2024
Merged

chore: add a check for go mod tidy #2481

merged 3 commits into from
May 7, 2024

Commits on May 7, 2024

  1. chore: add a check for go mod tidy

    Adds a shell script to check if go mod tidy needs to be ran in a PR.
    Adds a make target to call the script.
    Adds a workflow to run in CI.
    Adds this check as a pre-commit hook.
    lucasrod16 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8461303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a11a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    885d6b0 View commit details
    Browse the repository at this point in the history