Skip to content

Bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.1 #1130

Bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.1

Bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.1 #1130

Workflow file for this run

name: Lint Docs
on:
pull_request:
push:
branches:
- development
- feature/dev
jobs:
documentation-linter:
name: Run super-linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files
# within `super-linter`.
fetch-depth: 0
- name: Run documentation linter
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: development
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}