Skip to content

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.14.0 (#37) #118

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.14.0 (#37)

Bump github.com/go-resty/resty/v2 from 2.13.1 to 2.14.0 (#37) #118

Workflow file for this run

name: Golangci Lint Check
on:
push:
branches:
- "main"
paths-ignore:
- "**.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
pull_request:
branches:
- "*"
paths-ignore:
- "**.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"