mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -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
17
.drone.yml
17
.drone.yml
@ -10,4 +10,19 @@ 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…
Reference in New Issue
Block a user