mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
5 lines
87 B
Python
5 lines
87 B
Python
import yaml
|
|
|
|
|
|
def test_yaml_syntax():
|
|
yaml.safe_load(open("share/actionsmap.yml"))
|