Skip to content

Move VALIDATION_SCRIPT.sh into scripts directory #1

Description

@nstielau

Summary

VALIDATION_SCRIPT.sh currently lives at the repository root but could be moved into the scripts/ directory for better organization.

Rationale

The scripts/ directory already contains similar shell scripts:

  • measure-all-metrics.sh
  • test-metrics.sh

Moving VALIDATION_SCRIPT.sh there would:

  • Keep all executable scripts in one place
  • Reduce clutter in the repository root
  • Be consistent with the existing project structure

Suggested Change

git mv VALIDATION_SCRIPT.sh scripts/

Update any documentation or references that point to the script's location.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions