Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Aug 27, 2024
1 parent 783766f commit 4f39e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
- name: Check broken links
uses: lycheeverse/lychee-action@v1
with:
args: src/ test/ examples/ bin/ benchmarks/ scripts/ README.md RELEASE.md CONTRIBUTING.md HACKING.md
output: /tmp/lychee.txt
fail: false
fail: true

- name: Spellcheck code base
run: |
Expand Down

0 comments on commit 4f39e45

Please sign in to comment.