Skip to content

add supports for defining headers in sunbeam fetch #136

add supports for defining headers in sunbeam fetch

add supports for defining headers in sunbeam fetch #136

Workflow file for this run

name: golangci-lint
on: ["push"]
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3