Skip to content

ci: Add go mod tidy check #412

@nirs

Description

@nirs

We to keep the go module tidy on every change to avoid unrelated changes later.

Can be something like:

go mod tidy
(cd e2e; go mod tidy)
git diff

Will fail if the code was modified and show the unwanted diff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions