Skip to content

Commit 85b11c4

Browse files
authored
xtask: link-check for "future" state (#4292)
* Check future state of repo * test * try to fix remapping * yml is fun * Revert "test" This reverts commit 9aa3346.
1 parent ff31b59 commit 85b11c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,15 @@ jobs:
211211
- uses: actions/checkout@v4
212212
- uses: lycheeverse/lychee-action@v2
213213
with:
214-
args: |
214+
args: >
215215
--verbose
216216
--no-progress
217217
--format detailed
218218
--timeout 7
219219
--max-concurrency 6
220220
--accept "200,301,302"
221221
--exclude-path ".*/target/.*|.*/static\.files/.*|.*/docs/.*"
222+
--remap "https://github.com/${{ github.repository }}/(?:blob|tree)/[^/]+/(.+) file://$GITHUB_WORKSPACE/\$1"
222223
'./**/*.rs'
223224
'./**/*.md'
224-
'./**/*.toml'
225+
'./**/*.toml'

0 commit comments

Comments
 (0)