mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Remove the redundant black check in CI (#11790)
We have two black checks in CI for different scopes (PR, full repo). Now that the repo level black check is required, we can remove the PR level check.
This commit is contained in:
parent
79db92f8fe
commit
913100885b
1 changed files with 2 additions and 9 deletions
11
.github/workflows/lint.yml
vendored
11
.github/workflows/lint.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: black
|
||||
uses: reviewdog/action-black@v3
|
||||
- name: flake8
|
||||
uses: reviewdog/action-flake8@v3
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
# Change reviewdog reporter if you need [github-pr-check, github-check, github-pr-review].
|
||||
|
|
@ -23,13 +23,6 @@ jobs:
|
|||
# GitHub Status Check won't become failure with a warning.
|
||||
level: error
|
||||
filter_mode: file
|
||||
- name: flake8
|
||||
uses: reviewdog/action-flake8@v3
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
reporter: github-pr-check
|
||||
level: error
|
||||
filter_mode: file
|
||||
- name: pyflakes
|
||||
uses: reviewdog/action-pyflakes@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue