Skip to content
Snippets Groups Projects
Commit 58a86fe4 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] fix lint target

parent 05da7c2e
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ lint: ...@@ -254,7 +254,7 @@ lint:
variables: variables:
LINT_MAKEFILE: "share/Makefile.linting" LINT_MAKEFILE: "share/Makefile.linting"
script: script:
- ./nix/shell-checkers.sh "make -f share/Makefile.linting lint" - ./nix/shell-checkers.sh "make -f share/Makefile.linting check-lint"
# Manuals # Manuals
......
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