Skip to content

Merge pull request #3387 from gofiber/dependabot/go_modules/dynamodb/… #1899

Merge pull request #3387 from gofiber/dependabot/go_modules/dynamodb/…

Merge pull request #3387 from gofiber/dependabot/go_modules/dynamodb/… #1899

Workflow file for this run

name: Linter
on:
push:
branches:
- master
- main
paths-ignore:
- "**/*.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
pull_request:
paths-ignore:
- "**/*.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
checks: write
jobs:
lint:
uses: gofiber/.github/.github/workflows/go-lint-multi.yml@main
with:
golangci-lint-args: "--tests=false --timeout=5m"