Skip to content

Commit

Permalink
Use correct order of makefile targets for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Apr 14, 2022
1 parent e90eeac commit 154f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
environment:
commands:
- make clean
- make lint build
- make build lint
- make test
- make integration
when:
Expand Down

0 comments on commit 154f090

Please sign in to comment.