mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-01-27 00:36:58 -05:00
Add experimental megalinter support
This commit is contained in:
parent
f57d41d2cf
commit
e02a148993
16
.drone.yml
16
.drone.yml
@ -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
|
Loading…
x
Reference in New Issue
Block a user