Skip to content
Snippets Groups Projects
Commit 16be8e38 authored by Moul's avatar Moul
Browse files

[enh] #401: Introduce gitlab-ci-linter pre-commit hook

Set to git.duniter.org to not request gitlab.com API
parent 97aeae81
No related branches found
No related tags found
No related merge requests found
Pipeline #12365 failed
...@@ -8,3 +8,10 @@ repos: ...@@ -8,3 +8,10 @@ repos:
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.3
hooks:
- id: gitlab-ci-linter
args:
- "--server"
- "https://git.duniter.org"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment