Skip to content

chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#1853) #640

chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#1853)

chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#1853) #640

Workflow file for this run

name: documentation-check
on:
push:
branches:
- main
paths:
- ".github/workflows/**"
- "**.md"
pull_request:
paths:
- ".github/workflows/**"
- "**.md"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-path: "README.md"
folder-path: "docs"
check-modified-files-only: yes
base-branch: main
config-file: .markdown-lint.json