Remove megalinter Drone CI

This commit is contained in:
NebulaOnion 2022-12-11 15:04:29 +00:00
parent 27017f6863
commit 12aa140336

View File

@ -10,19 +10,4 @@ steps:
commands:
- gem install bundler
- bundle install
- 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
- bundle exec jekyll build