更新依赖: 将'yarlson/tap'版本从0.11.0升级到0.13.1 #242
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
| name: Lint | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Set up Go | |
| uses: actions/setup-go@v4 | |
| with: | |
| go-version-file: 'go.mod' | |
| # - name: golangci-lint | |
| # uses: golangci/golangci-lint-action@v2 | |
| # with: | |
| # skip-go-installation: true | |
| # args: --timeout 3m --verbose |