chore: import upstream snapshot with attribution
Validate YAML Workflows / Validate YAML Configuration Files (push) Has been cancelled
Validate YAML Workflows / Validate YAML Configuration Files (push) Has been cancelled
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
from typing import Any, Dict
|
||||
import yaml
|
||||
|
||||
def read_yaml(path) -> Dict[str, Any]:
|
||||
with open(path, mode="r", encoding="utf-8") as f:
|
||||
return yaml.load(f, Loader=yaml.FullLoader)
|
||||
Reference in New Issue
Block a user