mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
refactor: 💡 backend CI comments
This commit is contained in:
parent
9bd9c8196c
commit
03039f4955
8
.github/workflows/python.yaml
vendored
8
.github/workflows/python.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
name: 'Format & Build Backend'
|
||||
name: 'Format Backend' # Format & Lint
|
||||
env:
|
||||
PUBLIC_API_BASE_URL: ''
|
||||
runs-on: ubuntu-latest
|
||||
@ -23,8 +23,8 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install yapf
|
||||
# pip install pylint
|
||||
# - name: Lint backend
|
||||
# run: bun run lint:backend
|
||||
# pip install pylint
|
||||
# - name: Lint backend
|
||||
# run: bun run lint:backend
|
||||
- name: Format backend
|
||||
run: bun run format:backend
|
||||
|
Loading…
Reference in New Issue
Block a user