From 154f090f764aba26be244c44cd1bbf91616ef05c Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Thu, 14 Apr 2022 15:34:54 +0200 Subject: [PATCH] Use correct order of makefile targets for linting --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8f16f199..b412d204 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: environment: commands: - make clean - - make lint build + - make build lint - make test - make integration when: