You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Achieve fully green CI by fixing all remaining issues
- Add missing newlines to .dockerignore, dockerfile, and nix-build.nix
- Remove trailing whitespace from nix-build.nix
- Fix remaining ShellCheck warnings:
- Add 's' case handler in witness.sh getopts
- Quote variables properly in witness.sh
- Replace useless cat commands with proper redirections
- Quote command substitution in update-vm.sh
- Add error handling for cd command in publish-to-nixpkgs.sh
- Fix nix-fmt test mock to properly write formatted output
- Install shfmt in CI workflow for shell formatting checks
- All pre-commit hooks now pass successfully
Closes#26
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments