Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
*.mill linguist-language=Scala
mill linguist-generated
mill.bat linguist-generated

src/test/compiled.url.txt text eol=lf
src/test/make/docker-flake.txt text eol=lf

Makefile text eol=lf
*.sh text eol=lf
*.mk text eol=lf
*.md5sum text eol=lf linguist-generated
2 changes: 2 additions & 0 deletions .github/workflows/check-doc-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ args=(
--insecure
--no-progress
--max-concurrency 16
--max-retries 10
--timeout 40
"$@"
)

Expand Down
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# Devleopment Guidelines

- [Testing](development/testing.md)
- [Integration (system) tests](development/integration-tests.md)
- [Assertions](development/assertions.md)
- [Scala](development/scala.md)

Expand Down
Loading