Setup git to use token
Some checks failed
Test and build / Build (amd64, , linux) (push) Failing after 35s
Test and build / Build (arm, 6, linux) (push) Failing after 38s
Test and build / Build (arm, 7, linux) (push) Failing after 37s
Test and build / test (push) Has been cancelled

This commit is contained in:
2026-02-23 15:36:55 +01:00
parent 2f5c476e70
commit b1ffd46d5d
2 changed files with 14 additions and 0 deletions

12
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/golangci/golangci-lint
rev: v2.10.1
hooks:
- id: golangci-lint