Files
hamview-receiver/.pre-commit-config.yaml
maze 5c39b26873
Some checks failed
Test and build / Build (amd64, , linux) (push) Failing after 1m1s
Test and build / Build (arm, 6, linux) (push) Failing after 1m2s
Test and build / Build (arm, 7, linux) (push) Failing after 1m2s
Lint Dockerfiles
2026-02-23 16:05:59 +01:00

18 lines
346 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
- repo: https://github.com/AleksaC/hadolint-py
rev: v2.14.0
hooks:
- id: hadolint