mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-06 22:05:03 -04:00
Merge pull request 'Add experimental megalinter support' (#33) from megalinter-support-v2 into main
Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/33
This commit is contained in:
commit
0a0c46bb30
1 changed files with 16 additions and 1 deletions
17
.drone.yml
17
.drone.yml
|
@ -10,4 +10,19 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- 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