Skip to content

Commit

Permalink
Configure lychee
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Nov 6, 2024
1 parent 15eada9 commit 99679f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- .github/workflows/lint.yaml
- '**.md'
pull_request:
pull_request_target:
paths:
- .github/workflows/lint.yaml
- '**.md'
Expand All @@ -16,6 +16,13 @@ jobs:
name: Lint Markdown URLs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.AUTO_MAID_APP_ID }}
private_key: ${{ secrets.AUTO_MAID_PRIVATE_KEY }}
- uses: lycheeverse/lychee-action@v2
with:
args: --base . --no-progress './**/*.md'
token: ${{ steps.generate-token.outputs.token }}
Empty file added lychee.toml
Empty file.

0 comments on commit 99679f4

Please sign in to comment.