mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-22 11:26:41 +00:00
chore: Install autopep8 for code formatting in the upstream workflow, b=no-bug, c=workflows
This commit is contained in:
4
.github/workflows/sync-upstream.yml
vendored
4
.github/workflows/sync-upstream.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user