mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-21 12:50:59 +00:00
Add example for file linting
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
98fe7e6127
commit
b56229c6a2
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue