Add experimental megalinter support

This commit is contained in:
NebulaOnion 2022-11-08 14:32:59 +00:00
parent f57d41d2cf
commit e02a148993

View File

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