Skip to content

Conversation

Copy link

Copilot AI commented Dec 17, 2025

CI workflows failed due to shell scripts using 2-space indentation while shfmt (run without -i flag) expects tab indentation by default.

Changes

  • Reformatted all shell scripts in install/ and scripts/ directories using shfmt -w (default tab indentation)
  • Affected 9 files:
    • install/{brewfile,chezmoi,homebrew,mise}.sh
    • scripts/{bootstrap,coverage}.sh
    • scripts/lib/{common,detect,validation}.sh

The workflow runs shfmt -d install/ scripts/ to validate formatting. Scripts now pass validation with no modifications required.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: andrewmcodes <18423853+andrewmcodes@users.noreply.github.com>
Copilot AI changed the title [WIP] Add configuration validation utilities fix: standardize shell script indentation to tabs for shfmt compliance Dec 17, 2025
Copilot AI requested a review from andrewmcodes December 17, 2025 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants