forked from koordinator-sh/koordinator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 Add staticcheck ci action (koordinator-sh#72)
* add staticcheck Signed-off-by: Jason Liu <[email protected]> * replace deprecated func grpc.WithTimeout & grpc.WithDialer Signed-off-by: Jason Liu <[email protected]>
- Loading branch information
1 parent
83977dc
commit 067458b
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,14 @@ jobs: | |
skip-pkg-cache: true | ||
skip-build-cache: true | ||
|
||
staticcheck: | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- uses: dominikh/[email protected] | ||
|
||
unit-tests: | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters