Setup poly CLI
Version updated for https://github.com/Goldziher/polylint to version v0.4.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Added
- Colored
poly hooks install/uninstalloutput — a green ✓ header with the hook count and the (relative) hooks directory, then one line per hook name, replacing the flat list of absolute paths.
Changed
- Installed git-hook shims resolve
polyfromPATHrather than baking in an absolute path to the binary, so a hook always runs whateverpolyis current (a recorded absolute path could pin a stale or moved build). Whenpolyis not onPATHthe shim now fails with a clear, actionable message and a non-zero exit instead of proceeding as though the hook had passed. Re-runpoly hooks installto migrate existing shims.
Fixed
- Native-toolchain formatter output is normalized to LF line endings; some first-party CLIs emit CRLF on Windows, which made output platform-dependent.