Skip to content

Merge pull request #201 from gofiber/dependabot/github_actions/codeco… #21

Merge pull request #201 from gofiber/dependabot/github_actions/codeco…

Merge pull request #201 from gofiber/dependabot/github_actions/codeco… #21

Workflow file for this run

name: Linter
on:
push:
branches:
- master
- main
paths-ignore:
- "**/*.md"
- "docs/**"
pull_request:
paths-ignore:
- "**/*.md"
- "docs/**"
workflow_dispatch:
permissions:
contents: read
pull-requests: read
checks: write
jobs:
lint:
uses: gofiber/.github/.github/workflows/go-lint-single.yml@main