There was an error while loading. Please reload this page.
1 parent 7f967ca commit 60f521bCopy full SHA for 60f521b
1 file changed
.github/workflows/quality-assurance.yml
@@ -15,16 +15,15 @@ jobs:
15
steps:
16
- uses: actions/checkout@v6
17
18
- - name: Set up Python
19
- uses: actions/setup-python@v6
+ - name: Set up zpretty
+ uses: gronke/zpretty/.github/actions/zpretty@ros
20
with:
21
- python-version: "3.x"
+ spec: "git+https://github.com/gronke/zpretty@ros"
22
23
- - name: Install xmllint and zpretty
+ - name: Install xmllint
24
run: |
25
sudo apt-get update
26
sudo apt-get install -y --no-install-recommends libxml2-utils
27
- pip install --no-cache-dir zpretty
28
29
- name: Well-formedness
30
id: wellformed
0 commit comments