mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-23 02:41:17 -04:00
Add experimental megalinter support
This commit is contained in:
parent
f57d41d2cf
commit
e02a148993
1 changed files with 15 additions and 1 deletions
14
.drone.yml
14
.drone.yml
|
@ -11,3 +11,17 @@ steps:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- 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…
Add table
Add a link
Reference in a new issue