Skip to content

Commit 60f521b

Browse files
committed
ci: use the zpretty action (ROS build) for the format phase
Replaces `pip install zpretty` with gronke/zpretty's composite action.
1 parent 7f967ca commit 60f521b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/quality-assurance.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717

18-
- name: Set up Python
19-
uses: actions/setup-python@v6
18+
- name: Set up zpretty
19+
uses: gronke/zpretty/.github/actions/zpretty@ros
2020
with:
21-
python-version: "3.x"
21+
spec: "git+https://github.com/gronke/zpretty@ros"
2222

23-
- name: Install xmllint and zpretty
23+
- name: Install xmllint
2424
run: |
2525
sudo apt-get update
2626
sudo apt-get install -y --no-install-recommends libxml2-utils
27-
pip install --no-cache-dir zpretty
2827
2928
- name: Well-formedness
3029
id: wellformed

0 commit comments

Comments
 (0)