mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-06-07 08:42:42 -04:00
Merge branch 'main' of https://git.anonymousland.org/anonymousland/anonymousland
This commit is contained in:
commit
80f1cf1aae
1 changed files with 16 additions and 1 deletions
15
.drone.yml
15
.drone.yml
|
@ -11,3 +11,18 @@ steps:
|
|||
- gem install bundler
|
||||
- bundle install
|
||||
- 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