From 7f3e0e63a501b9b6228d3877cc495b61dabb7766 Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Fri, 18 Oct 2024 07:38:34 -0500 Subject: [PATCH] Check links in license files --- .github/workflows/link-checker.yaml | 2 +- .justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 5cfb6e5..ad3d690 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -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() diff --git a/.justfile b/.justfile index ae056f0..66adbf7 100644 --- a/.justfile +++ b/.justfile @@ -8,7 +8,7 @@ check: && format #!/usr/bin/env nu ^yamllint . ^asciidoctor '**/*.adoc' - ^lychee --cache **/*.html + ^lychee --cache **/*.html LICENSE-* alias b := build