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
Currently, npm run lint is run in scripts/prepare-release.sh, and it might fail if not all lints are addressed. It would be good to check this in a GH Actions workflow, as well as check formatting with npm run format:check.