mirror of
https://github.com/YunoHost/yunohost.git
synced 2025-09-17 22:08:33 +02:00
4 lines
89 B
Python
4 lines
89 B
Python
import yaml
|
|
|
|
def test_yaml_syntax():
|
|
yaml.load(open("data/actionsmap/yunohost.yml"))
|