Skip to content

Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#112) #202

Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#112)

Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#112) #202

Workflow file for this run

name: links
on:
push:
branches: [ main ]
pull_request:
jobs:
check-links:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: lycheeverse/lychee-action@v1.9.3
with:
args: >-
-v -n "*.md" "**/*.md"
--exclude "http://localhost*"
- name: fail for link errors
run: exit ${{ steps.lychee.outputs.exit_code }}