chore(Makefile): make backend-lint in CI mode
This commit is contained in:
parent
9b3c50b68f
commit
434a735ccf
@ -97,7 +97,7 @@ frontend build:
|
||||
backend lint:
|
||||
stage: lint
|
||||
script:
|
||||
- "nix shell .#gnumake --command make backend-lint"
|
||||
- "nix shell .#gnumake --command -- make CI=1 backend-lint"
|
||||
before_script: *nix-before
|
||||
retry: 2
|
||||
interruptible: true
|
||||
|
||||
Reference in New Issue
Block a user