Files
hamview-receiver/.pre-commit-config.yaml
maze b1ffd46d5d
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
Setup git to use token
2026-02-23 15:36:55 +01:00

13 lines
255 B
YAML

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