Commit Graph

6 Commits

Author SHA1 Message Date
Renovate c2152b1544 chore(deps): update unbound/pre-commit docker tag to v0.2.2 2025-01-17 12:50:39 +00:00
Renovate 89ffd4cb6c chore(deps): update unbound/pre-commit docker tag to v0.2.1 2024-12-28 18:50:47 +00:00
argoyle f5dc3f883a ci: update pre-commit images to latest versions
This commit updates the Docker images for the pre-commit hooks in both the
Node and Go configuration files to their latest versions. This change ensures
that we are using the most recent fixes and improvements provided by the 
pre-commit maintainers, enhancing performance and reliability.
2024-11-14 09:19:44 +01:00
Renovate ab210808a3 chore(deps): update unbound/pre-commit docker digest to 488b09d 2024-11-13 11:51:07 +00:00
argoyle 4dd87a0961 ci: update pre-commit configuration for GitLab CI
Add GOPRIVATE environment variable for private repos and 
create a .netrc file in the before_script to enable 
authentication with GitLab. These changes ensure that 
private repositories can be accessed during the CI 
pipeline, improving the build process.
2024-11-13 12:41:01 +01:00
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