Skip to content

Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workfl… #809

Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workfl…

Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workfl… #809

Workflow file for this run

name: Link Checker
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2.0.2
with:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200" --exclude "http://localhost:9200" --exclude "git://github.com/opensearch-project/*" --exclude "file:///github/workspace/*" --exclude ".*api.server.org:4430/search" --exclude ".*example.com:9200" --exclude ".*myhost:8080" --exclude ".*localhost:9200/" --exclude-mail
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}