Workflow is working, however I needed to make a couple other changes.
web project's pre-commit script wasn't there so added that back.
had to capitalize Copyright.tsx file name because it was causing an error on workflow when importing. - there was a mismatch between import path and file name. and linter complained if component name wasn't capitalized.
Description
Setting up CI workflow
Resolves: #237