Skip to content

docs: Add all md files in root dir to linkchecker #4812

docs: Add all md files in root dir to linkchecker

docs: Add all md files in root dir to linkchecker #4812

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/**
- feat/*
pull_request:
merge_group:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/*.go
go.mod
go.sum
**/go.mod
**/go.sum
- uses: actions/checkout@v4
- name: run linting
if: env.GIT_DIFF
run: |
make lint