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
- prettier-pr.yml: deja de auto-commitear y pushear a develop (causaba GH006
al ser rama protegida con firmas verificadas y un commit de bot sin firmar);
ahora solo valida (prettier --check + grunt jshint). El formateo ya lo
garantiza el hook de pre-commit local (Prettier --write + JSHint), instalado
por grunt setupDevEnv.
- Todos los workflows: actions/checkout, actions/setup-node y
actions/upload-artifact de @v4 a @v5 (runtime Node 24), para quitar el aviso
de deprecación de Node.js 20.
0 commit comments