Skip to content

Merge pull request #533 from gofiber/dependabot/go_modules/jet/test-l… #142

Merge pull request #533 from gofiber/dependabot/go_modules/jet/test-l…

Merge pull request #533 from gofiber/dependabot/go_modules/jet/test-l… #142

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"