Skip to content

Commit

Permalink
Fix: link checker. (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock authored Sep 30, 2024
1 parent ee2d99c commit 39efae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check Links

on: [pull_request,push]
on: [pull_request, push]

jobs:
check:
Expand All @@ -13,4 +13,4 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --verbose --no-progress './**/*.yaml' './**/*.yml' './**/*.md' './**/*.json' './**/*.ts' --exclude-path ./package-lock.json
args: --base . --verbose --no-progress './**/*.yaml' './**/*.yml' './**/*.md' './**/*.json' './**/*.ts' --exclude-path ./package-lock.json --accept 200,429
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Security

[Unreleased]: https://github.com/opensearch-project/opensearch-api-specification/commits/main/
[Unreleased]: https://github.com/opensearch-project/opensearch-api-specification/commits/main

0 comments on commit 39efae2

Please sign in to comment.