mirror of
https://github.com/YunoHost/yunohost.git
synced 2025-09-18 22:38:32 +02:00
5 lines
95 B
Python
5 lines
95 B
Python
import yaml
|
|
|
|
|
|
def test_yaml_syntax():
|
|
yaml.safe_load(open("data/actionsmap/yunohost.yml"))
|