Skip to content

Update AWS SDK + minor code changes #21

Update AWS SDK + minor code changes

Update AWS SDK + minor code changes #21

Workflow file for this run

##
## Check quality of source code
##
name: check
on:
pull_request:
types:
- opened
- synchronize
jobs:
code:
runs-on: ubuntu-latest
steps:
## actions/setup-go@v5
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.21"
## actions/[email protected]
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
## dominikh/[email protected]
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6
with:
install-go: false