Skip to content

Commit

Permalink
fix: lychee config wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
KP64 committed Dec 3, 2024
1 parent 514b022 commit 542d265
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/lychee.toml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check-pr-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--include-fragments
.
output: ./existing-links.txt
continue-on-error: true # Don't fail if base branch check has issues
continue-on-error: true # Don't fail if base branch check has issues

- name: Stash untracked files
run: git stash push --include-untracked
Expand Down
2 changes: 1 addition & 1 deletion desktop/hypr/hyprpaper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let
)
|> builtins.listToAttrs;

active_wallpaper = toString wallpapers.night;
active_wallpaper = toString wallpapers.cat-leaves;
in
{
options.desktop.hypr.hyprpaper.enable = lib.mkEnableOption "Hyprpaper";
Expand Down
3 changes: 3 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require_https = true
headers = ["accept=*/*"]
exclude_all_private = true

0 comments on commit 542d265

Please sign in to comment.