Skip to content

refator(BREAKING)!: add support to create new requests Client #17

refator(BREAKING)!: add support to create new requests Client

refator(BREAKING)!: add support to create new requests Client #17

Workflow file for this run

name: Lint
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.2.2
- name: Install Go
uses: actions/setup-go@v5.4.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Lint
uses: golangci/golangci-lint-action@v8.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version: v2.2.1