Changes are made in node.yml and react.yml such that the Github workflow jobs will fail if there are files that need to be formatted with yarn format.
yarn format is run for all the files in react, server and test-node because the recent commit "React UI changes" to the develop branch contains unformatted files.
In the future, yarn format needs to be run prior to pushing a commit to a PR in order for all checks to pass.
Closes #278
Changes are made in
node.yml
andreact.yml
such that the Github workflow jobs will fail if there are files that need to be formatted withyarn format
.yarn format
is run for all the files inreact
,server
andtest-node
because the recent commit "React UI changes" to thedevelop
branch contains unformatted files.In the future,
yarn format
needs to be run prior to pushing a commit to a PR in order for all checks to pass.