Skip to content

Commit

Permalink
Check links in license files
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 18, 2024
1 parent 15a3bfd commit 7f3e0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run lychee on the generated site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: nix develop --command lychee --cache --no-progress --verbose ./**/*.html
run: nix develop --command lychee --cache --no-progress --verbose ./**/*.html LICENSE-*
- name: Save lychee cache
uses: actions/cache/save@v4
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ check: && format
#!/usr/bin/env nu
^yamllint .
^asciidoctor '**/*.adoc'
^lychee --cache **/*.html
^lychee --cache **/*.html LICENSE-*

alias b := build

Expand Down

0 comments on commit 7f3e0e6

Please sign in to comment.