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
With the addition of pre-commit hooks in #264 it would be ideal if these hooks were enforced server side instead of just client side via a Github Workflow.
Because the default pre-commit action runs against all files in the repo, we should format all files in the repo with the appropriate pre-commit hooks prior to adding this workflow.
With the addition of pre-commit hooks in #264 it would be ideal if these hooks were enforced server side instead of just client side via a Github Workflow.
Because the default pre-commit action runs against all files in the repo, we should format all files in the repo with the appropriate pre-commit hooks prior to adding this workflow.
Documentation for suggested action to use:
https://github.com/pre-commit/action
The text was updated successfully, but these errors were encountered: