config: support aws sdk v2 (#783) #1138
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
name: golangci-lint | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
golangci: | |
name: lint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Run lint and report | |
uses: reviewdog/[email protected] | |
env: | |
GOLANGCI_LINT_VERSION: "v1.50.0" | |
with: | |
github_token: ${{ secrets.github_token }} | |
tool_name: "GolangCI Linter" | |
filter_mode: "nofilter" # check the whole repo, not just lines added or changed |