mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 00:12:41 +00:00
16 lines
266 B
YAML
Executable File
16 lines
266 B
YAML
Executable File
language: python
|
|
python: 3.6
|
|
cache:
|
|
directories:
|
|
- "$HOME/.cache/pip"
|
|
- node_modules
|
|
install:
|
|
- ./run.sh install
|
|
- ./run.sh install_dev
|
|
script:
|
|
- pre-commit run --all-files
|
|
- ./run.sh test_ludochaordic
|
|
notifications:
|
|
email:
|
|
on_success: never
|