Skip to content

Commit

Permalink
Merge branch 'master' into exclude-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Jun 5, 2024
2 parents 61417d0 + c3f7fe7 commit 8631028
Show file tree
Hide file tree
Showing 40 changed files with 1,841 additions and 1,090 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- id: lychee
name: lychee
description: "Run 'lychee' for fast, async, stream-based link checking"
entry: lychee
language: system
args: ["--no-progress"]
types: [text]
pass_filenames: true
require_serial: true
- id: lychee-docker
name: lychee
description: "Run 'lychee' docker image for fast, async, stream-based link checking"
entry: lycheeverse/lychee:0.14
language: docker_image
args: ["--no-progress"]
types: [text]
pass_filenames: true
require_serial: true
Loading

0 comments on commit 8631028

Please sign in to comment.