Add example for file linting

Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
Felix Bartels 2022-07-07 14:55:59 +02:00
parent 98fe7e6127
commit b56229c6a2

View file

@ -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: