|
20 | 20 |
|
21 | 21 | - name: Install dependencies |
22 | 22 | run: | |
23 | | - sudo apt-get update |
24 | | - sudo apt-get -y install libxml2-utils |
| 23 | + sudo apt-get update |
| 24 | + sudo apt-get -y install libxml2-utils |
25 | 25 |
|
26 | 26 | - name: Check for duplicate standard names |
27 | 27 | run: | |
@@ -63,19 +63,21 @@ jobs: |
63 | 63 |
|
64 | 64 | - name: Install dependencies |
65 | 65 | run: | |
66 | | - sudo apt-get update |
67 | | - sudo apt-get -y install libxml2-utils |
68 | | - python -m pip install --upgrade pip |
69 | | - python -m pip install PyYaml |
| 66 | + sudo apt-get update |
| 67 | + sudo apt-get -y install libxml2-utils |
| 68 | + python -m pip install --upgrade pip |
| 69 | + python -m pip install PyYaml |
70 | 70 |
|
71 | 71 | - name: Test rendering xml file to markdown |
72 | 72 | run: | |
73 | 73 | tools/write_standard_name_table.py --output-format md standard_names.xml |
74 | | - echo "The following changes will be committed when this pull request is merged (git diff Metadata-standard-names.md):" |
| 74 | + echo "The following changes will be committed when this pull request is merged (git diff Metadata-standard-names.md; " |
| 75 | + echo "assuming that 'Metadata-standard-names.md' wasn't updated and matches the version in the authoritative branch):" |
75 | 76 | git diff Metadata-standard-names.md |
76 | 77 |
|
77 | 78 | - name: Test rendering xml file to yaml |
78 | 79 | run: | |
79 | 80 | tools/write_standard_name_table.py --output-format yaml standard_names.xml |
80 | | - echo "The following changes will be committed when this pull request is merged (git diff Metadata-standard-names.yaml):" |
| 81 | + echo "The following changes will be committed when this pull request is merged (git diff Metadata-standard-names.yaml; " |
| 82 | + echo "assuming that 'Metadata-standard-names.yaml' wasn't updated and matches the version in the authoritative branch):" |
81 | 83 | git diff Metadata-standard-names.yaml |
0 commit comments