Skip to content

Commit

Permalink
Update links.yml (#241)
Browse files Browse the repository at this point in the history
* Update links.yml

* Update links.yml
  • Loading branch information
thomasten authored Jan 21, 2024
1 parent 1df0b79 commit 998f5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
paths:
- "**.md"
- "**.html"
- ".github/workflows/links.yml"
pull_request:
paths:
- "**.md"
- "**.html"
- ".github/workflows/links.yml"

jobs:
linkChecker:
Expand All @@ -19,8 +21,6 @@ jobs:
- uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.1
uses: lycheeverse/lychee-action@v1.9.1
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 998f5b4

Please sign in to comment.