ソースを参照

fix: useless CI style checks (#5559)

tags/0.6.12
Yeuoly 1年前
コミット
f8d97be932
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      .github/workflows/style.yml

+ 2
- 0
.github/workflows/style.yml ファイルの表示



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


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:

読み込み中…
キャンセル
保存