Skip to content

Commit

Permalink
Fix reviewdog issue (#1749)
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <[email protected]>

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang authored Dec 18, 2022
1 parent 21c349b commit db699c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ on:
jobs:
bazel:
name: Bazel Buildifier
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy pip wheel setuptools requests
sudo python3 -m pip install -U numpy pip
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- bazel
- uses: reviewdog/action-suggester@v1
black:
name: Python Black
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy pip wheel setuptools requests
sudo python3 -m pip install -U numpy pip
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- black
- uses: reviewdog/action-suggester@v1
clang:
name: Clang Format
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy pip wheel setuptools requests
sudo python3 -m pip install -U numpy pip
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- clang
- uses: reviewdog/action-suggester@v1
pyupgrade:
name: Python Pyupgrade
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: |
sudo python3 -m pip install -U numpy pip wheel setuptools requests
sudo python3 -m pip install -U numpy pip
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- pyupgrade
- uses: reviewdog/action-suggester@v1
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

This release contains contributions from many people:

Aaron Keesing
Aaron Keesing, Yong Tang

We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.
Expand Down

0 comments on commit db699c1

Please sign in to comment.