Skip to content

config: support aws sdk v2 (#783) #1138

config: support aws sdk v2 (#783)

config: support aws sdk v2 (#783) #1138

Workflow file for this run

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