Skip to content

chore: access key and secret key can be empty if role is used #35

chore: access key and secret key can be empty if role is used

chore: access key and secret key can be empty if role is used #35

Workflow file for this run

name: golangci-lint
on:
pull_request:
paths:
- '**.go'
permissions:
contents: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout=5m