mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-31 18:31:00 +00:00
ci: check for typos
This commit is contained in:
parent
063d13a0e1
commit
2dce87546a
20 changed files with 50 additions and 32 deletions
|
@ -12,6 +12,7 @@
|
|||
, system
|
||||
, taplo
|
||||
, toolchain
|
||||
, typos
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
|
@ -55,6 +56,9 @@ mkShell {
|
|||
# Needed for finding broken markdown links
|
||||
lychee
|
||||
|
||||
# Needed for checking for typos
|
||||
typos
|
||||
|
||||
# Useful for editing the book locally
|
||||
mdbook
|
||||
] ++ default.nativeBuildInputs ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue