feat(ci): add pre-commit CI configuration for Node and Go #15

Merged
argoyle merged 1 commits from add-pre-commit-ci-configuration into main 2024-11-13 11:30:44 +00:00

1 Commits

Author SHA1 Message Date
argoyle a35fb56d45 feat(ci): add pre-commit CI configuration for Node and Go
This change introduces GitLab CI configurations for running 
pre-commit hooks on both Node and Go projects. It sets up the 
pre-commit environment, ensures necessary dependencies are 
installed, and runs pre-commit checks on all files to maintain 
code quality and consistency. This automation helps to catch 
issues early in the development process.
2024-11-13 12:30:11 +01:00