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

Check that all shell scripts are formatted with shfmt #1361

Merged
merged 2 commits into from
Nov 29, 2024

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    86349f5 View commit details
    Browse the repository at this point in the history
  2. Make sure all shell scripts are formatted in CI

    Check also that files in hidden directories are formatted. The globstar way of finding files
    with **/*.sh excludes hidden directories. There's an additional option dotglob which would include
    hidden directories, but it would include all hidden directories. Since we already have fd installed,
    and fd knows both how to search in hidden directories, and take .gitignore into account (and ignore
    .git), we use that instead.
    msimberg committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    00c1e83 View commit details
    Browse the repository at this point in the history