mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-21 21:57:53 -06:00
🧑💻 Use spaces indent for Python
This commit is contained in:
parent
e701e0bb25
commit
306e03b03b
28 changed files with 1987 additions and 1983 deletions
|
@ -6,7 +6,7 @@ import yaml
|
|||
|
||||
|
||||
with open('.github/workflows/test-builds.yml') as f:
|
||||
github_configuration = yaml.safe_load(f)
|
||||
github_configuration = yaml.safe_load(f)
|
||||
test_platforms = github_configuration\
|
||||
['jobs']['test_builds']['strategy']['matrix']['test-platform']
|
||||
['jobs']['test_builds']['strategy']['matrix']['test-platform']
|
||||
print(' '.join(test_platforms))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue