mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 07:08:52 +00:00
Add autopep8 configuration and integrate into workflows for code formatting
This commit is contained in:
3
.github/workflows/code-linter.yml
vendored
3
.github/workflows/code-linter.yml
vendored
@@ -23,6 +23,9 @@ jobs:
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Setup autopep8
|
||||
run: sudo apt install python3-autopep8
|
||||
|
||||
- name: Setup pnpm
|
||||
run: npm install -g pnpm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user