Comp-490-SeniorProject / site

MIT License
0 stars 1 forks source link

Create a workflow to run pre-commit #1

Closed MarkKoz closed 3 years ago

MarkKoz commented 3 years ago

Create a workflow with GitHub Actions that uses the pre-commit tool to run various checks on the code. The workflow should run when anything is pushed to the main branch and when a new commit is added to any PR. The workflow will fail if any checks fail, which can be used to prevent a PR from being approved and merged.

This can be used as a reference. It may even be sufficient to just copy it, but the node.js stuff isn't needed for now.