ci: change repo for markdownlint and update golangci-lint #70

Merged
argoyle merged 1 commits from markdownlint into main 2023-08-09 16:47:27 +00:00
+3 -3
View File
@@ -8,8 +8,8 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
hooks:
- id: markdownlint
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
@@ -34,6 +34,6 @@ repos:
- id: go-vet
- id: gofumpt
- repo: https://github.com/golangci/golangci-lint
rev: v1.53.2
rev: v1.54.0
hooks:
- id: golangci-lint