Skip to content

[sc-107258] fix: resolve the endpoint correctly when setting the s3 region. #445

[sc-107258] fix: resolve the endpoint correctly when setting the s3 region.

[sc-107258] fix: resolve the endpoint correctly when setting the s3 region. #445

Workflow file for this run

name: Lint PRs
on:
pull_request:
workflow_dispatch:
jobs:
shellcheck-pr:
runs-on: ubuntu-latest
name: PR - Shellcheck
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
actionlint-pr:
runs-on: ubuntu-latest
name: PR - Actionlint
steps:
- uses: actions/checkout@v3
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -shellcheck=
shell: bash
docslint-pr:
runs-on: ubuntu-latest
name: PR - Markdownlint
steps:
- name: Run markdownlint
uses: actionshub/[email protected]
golint-pr:
runs-on: ubuntu-latest
name: PR - GO lint
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
go generate ./...
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2