mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 19:28:55 +01:00
16 lines
304 B
YAML
16 lines
304 B
YAML
# The scripts for building the base images can be found in scripts/drone-images
|
|
|
|
build:
|
|
flake8:
|
|
image: wagtail-flake8
|
|
commands:
|
|
- flake8 wagtail
|
|
jscs:
|
|
image: wagtail-jscs
|
|
commands:
|
|
- jscs ./wagtail
|
|
scss-lint:
|
|
image: wagtail-scss-lint
|
|
commands:
|
|
- scss-lint
|