Skip to content

Commit

Permalink
alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorrissirromb committed Jan 18, 2024
1 parent 2455c01 commit 4cc19c9
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/get_config_supported_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@

driver.quit()

# Return the output list
yaml_output = {"supported_resources": all_resources}
# Return the output list, sorted
yaml_output = {"supported_resources": sorted(all_resources)}
yaml_output_string = yaml.dump(yaml_output)
with open("supported_resource_types.yaml", "w") as f:
f.write(yaml_output_string)
Loading

0 comments on commit 4cc19c9

Please sign in to comment.