Skip to content

Commit 9ae8c4f

Browse files
committed
ci: switch from ruamel.yaml to yaml for file validation
1 parent 5c9fc8f commit 9ae8c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/validate_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
import json
4-
import ruamel.yaml as yaml
4+
import yaml
55
import sys
66
import os
77
import argparse

0 commit comments

Comments
 (0)