Skip to content

Conversation

@tlockney
Copy link
Owner

@tlockney tlockney commented Jan 4, 2026

  • Exclude markdown files from ShellCheck scanning via ignore_names
  • Remove unsupported zsh script from additional_files
  • Fix SC2155 warnings by separating variable declaration and assignment
  • Fix SC1083 by quoting @{u} in git commands
  • Fix SC2206 by quoting array element in provision

claude added 2 commits January 4, 2026 19:43
- Exclude markdown files from ShellCheck scanning via ignore_names
- Remove unsupported zsh script from additional_files
- Fix SC2155 warnings by separating variable declaration and assignment
- Fix SC1083 by quoting @{u} in git commands
- Fix SC2206 by quoting array element in provision
The script uses no zsh-specific syntax, so bash works fine.
This allows ShellCheck to lint it in CI.
@tlockney tlockney merged commit 3e0f7d1 into main Jan 4, 2026
1 check failed
@tlockney tlockney deleted the claude/fix-github-ci-OngfB branch January 4, 2026 20:20
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.

3 participants