chore: Install autopep8 for code formatting in the upstream workflow, b=no-bug, c=workflows

This commit is contained in:
mr. m
2026-01-06 12:53:27 +01:00
parent e7631ce9cc
commit 11f29c12c5

View File

@@ -75,7 +75,9 @@ jobs:
- name: Run formatter
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
run: npm run pretty
run: |
sudo apt install python3-autopep8
npm run pretty
- name: Check if any files changed
id: git-check