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

Improve repository set up #4

Merged
merged 4 commits into from
Aug 27, 2024
Merged

Improve repository set up #4

merged 4 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. Properly quote description strings

    The `|` is YAML syntax, so these strings need to be quoted.
    jonathansick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4d23fd5 View commit details
    Browse the repository at this point in the history
  2. Add pre-commit hooks

    - The YAML checker validates the Times Square configuration files
    - nbstripout ensures notebooks are committed without their outputs
    jonathansick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    de476aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f58b4 View commit details
    Browse the repository at this point in the history
  4. Add pre-commit linting workflow to GitHub Actions

    This ensures that PRs are validated with pre-commit.
    jonathansick committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6d6953d View commit details
    Browse the repository at this point in the history