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(ci): use mise tasks for documentation validation
- Fix validate-required-tags.sh to use BSD-compatible sed instead of grep -P
- Update GitHub workflow to use 'mise run docs:validate' instead of direct scripts
- Update CLAUDE.md to recommend mise tasks as primary validation method
- Maintain backward compatibility with direct script execution
The grep -oP flag is a GNU extension not available in BSD grep (macOS).
Replaced with sed pattern matching for cross-platform compatibility.
CI now uses mise for consistency with local development workflow.
0 commit comments