From b56229c6a2dcfcf3b73fccfd25a129589ed13339 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 7 Jul 2022 14:55:59 +0200 Subject: [PATCH] Add example for file linting Signed-off-by: Felix Bartels --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index cfa0a2e..77ef99a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,11 @@ type: docker name: default steps: +# https://github.com/weastur/metalinter +- name: lint + image: weastur/metalinter + commands: + - hadolint Dockerfile - name: set version image: golang:1.12 commands: