Skip to content

Commit

Permalink
Merge branch 'main' into continuous-profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jan 9, 2024
2 parents a6acdaa + 82f3669 commit c3eca82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: lycheeverse/lychee-action@v1.8.0
- uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
args: "--threads 1 --max-concurrency 1 --verbose --no-progress './**/*.md' './**/*.html'"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,5 @@ $RECYCLE.BIN/

NuGetPackage/
OpenTelemetryDistribution/*

lychee/out.md
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
packages
lychee/out.md

0 comments on commit c3eca82

Please sign in to comment.