소스 검색

fix: useless CI style checks (#5559)

tags/0.6.12
Yeuoly 1 년 전
부모
커밋
f8d97be932
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      .github/workflows/style.yml

+ 2
- 0
.github/workflows/style.yml 파일 보기

@@ -11,6 +11,7 @@ concurrency:

jobs:
python-style:
if: contains(github.event.pull_request.changed_files, 'api/')
name: Python Style
runs-on: ubuntu-latest

@@ -50,6 +51,7 @@ jobs:
run: echo "Please run 'dev/reformat' to fix the fixable linting errors."

web-style:
if: contains(github.event.pull_request.changed_files, 'web/')
name: Web Style
runs-on: ubuntu-latest
defaults:

Loading…
취소
저장