mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
This commit is contained in:
3
.github/workflows/sync-external-patches.yml
vendored
3
.github/workflows/sync-external-patches.yml
vendored
@@ -29,6 +29,9 @@ jobs:
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
- name: Install requirements
|
||||
run: pip3 install -r requirements.txt
|
||||
|
||||
- name: Import external patches
|
||||
run: python3 scripts/update_external_patches.py
|
||||
|
||||
|
||||
3
.github/workflows/sync-upstream.yml
vendored
3
.github/workflows/sync-upstream.yml
vendored
@@ -76,6 +76,9 @@ jobs:
|
||||
- name: Install autopep8
|
||||
run: sudo apt install python3-autopep8
|
||||
|
||||
- name: Install requirements
|
||||
run: pip3 install -r requirements.txt
|
||||
|
||||
- name: Check if any files changed
|
||||
id: git-check
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user