We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0469e2e commit 9654589Copy full SHA for 9654589
3 files changed
.github/workflows/check.yml
@@ -52,6 +52,6 @@ jobs:
52
uses: lycheeverse/lychee-action@v2
53
with:
54
fail: true
55
- args: --include-fragments .
+ args: --remap '${{ github.event.repository.default_branch }} ${{ github.head_ref }}' --include-fragments .
56
jobSummary: true
57
format: markdown
Foo.txt
README.md
@@ -1,3 +1,5 @@
1
+[FOO](https://github.com/co-IT/CSharpFunctionalExtensions.HttpResults/blob/main/CSharpFunctionalExtensions.HttpResults/Foo.txt)
2
+
3
# CSharpFunctionalExtensions.HttpResults
4
5
[](https://www.nuget.org/packages/CSharpFunctionalExtensions.HttpResults/)
0 commit comments