Skip to content

ci: add shellcheck lint workflow#17

Merged
RodrigoEspinosa merged 2 commits into
masterfrom
ci/shellcheck
Apr 12, 2026
Merged

ci: add shellcheck lint workflow#17
RodrigoEspinosa merged 2 commits into
masterfrom
ci/shellcheck

Conversation

@RodrigoEspinosa
Copy link
Copy Markdown
Owner

Summary

  • Adds .github/workflows/lint.yml running shellcheck bin/wt on push/PR
  • Fixes a pre-existing SC2005 warning in worktree_base() (echo "$(dirname "$root")"dirname "$root") so the new job passes

Test plan

  • Lint job passes on CI

Also fixes SC2005 (useless echo around command substitution) in
worktree_base() so the new lint job passes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@RodrigoEspinosa RodrigoEspinosa merged commit d36bae0 into master Apr 12, 2026
3 checks passed
@RodrigoEspinosa RodrigoEspinosa deleted the ci/shellcheck branch April 12, 2026 14: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.

1 participant