diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..e01e75f --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,7 @@ +repos: + - repo: https://github.com/lycheeverse/lychee.git # as seen in https://github.com/lycheeverse/lychee?tab=readme-ov-file#pre-commit-usage + rev: v0.15.1 + hooks: + - id: lychee + # Optionally include additional CLI arguments + args: ["--no-progress", "--exclude", "file://"] \ No newline at end of file diff --git a/programs.md b/programs.md index 5dc695c..e7f24a2 100644 --- a/programs.md +++ b/programs.md @@ -6,7 +6,7 @@ ## CLI -- [just](https://just.systems/) Makefiles but for everyone +- [just](https://just.systems/) → Makefiles but for everyone ## Websites