mirror of
https://github.com/logos-storage/multicodec.git
synced 2026-01-04 14:33:06 +00:00
10 lines
81 B
YAML
10 lines
81 B
YAML
|
|
sudo: false
|
||
|
|
|
||
|
|
language: python
|
||
|
|
|
||
|
|
python:
|
||
|
|
- "3.6"
|
||
|
|
|
||
|
|
script:
|
||
|
|
- python validate.py
|