diff --git a/.drone.yml b/.drone.yml index 4d5e77e..d5200f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,19 @@ steps: commands: - gem install bundler - bundle install - - bundle exec jekyll build \ No newline at end of file + - bundle exec jekyll build + +--- +kind: pipeline +type: docker +name: MegaLinter + +workspace: + path: /tmp/lint + +steps: + +- name: megalinter + image: oxsecurity/megalinter:v6 + environment: + DEFAULT_WORKSPACE: /tmp/lint \ No newline at end of file