mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-04-29 13:56:11 -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
15
.drone.yml
15
.drone.yml
@ -11,3 +11,18 @@ 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…
x
Reference in New Issue
Block a user