mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 08:55:11 +08:00
fix: useless CI style checks (#5559)
This commit is contained in:
parent
0c352eef2d
commit
f8d97be932
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
@ -11,6 +11,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python-style:
|
python-style:
|
||||||
|
if: contains(github.event.pull_request.changed_files, 'api/')
|
||||||
name: Python Style
|
name: Python Style
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -50,6 +51,7 @@ jobs:
|
|||||||
run: echo "Please run 'dev/reformat' to fix the fixable linting errors."
|
run: echo "Please run 'dev/reformat' to fix the fixable linting errors."
|
||||||
|
|
||||||
web-style:
|
web-style:
|
||||||
|
if: contains(github.event.pull_request.changed_files, 'web/')
|
||||||
name: Web Style
|
name: Web Style
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user