Skip to content

Commit 99dc826

Browse files
authored
Fix lint build failure (#1703)
* Fix lint build failure Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 24aae0a commit 99dc826

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
git log --pretty -1
2525
sudo python3 -m pip install -U numpy
2626
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:check -- bazel pyupgrade black clang
27+
28+
lint-docs:
29+
name: Lint for Docs
30+
runs-on: ubuntu-22.04
31+
steps:
32+
- uses: actions/checkout@v2
2733
- name: Run Lint Script for Docs
2834
run: |
2935
set -x -e

0 commit comments

Comments
 (0)