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
{{ message }}
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
build_utils.run("yarn run prettier src/", exit_on_error=True)
build_utils.log("Run linters:")
build_utils.run("yarn run lint:js", exit_on_error=True)
build_utils.run("yarn run lint:css", exit_on_error=True)
ifargs.get(build_utils.FLAG_MAKE):
# when running the workflow locally via act, don't set CI=true to prevent that linter warnings result in errors etc. (see here: https://github.com/facebook/create-react-app/issues/2453)