添加异步局部调度实现及相关测试 #163
This file contains hidden or 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
| on: [push, pull_request] | |
| name: Linter | |
| jobs: | |
| Golint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Fetch Repository | |
| uses: actions/checkout@v3 | |
| - name: Run Golint | |
| uses: reviewdog/action-golangci-lint@v2 | |
| with: | |
| golangci_lint_flags: "--tests=false" |