ci: check for typos
This commit is contained in:
10
engage.toml
10
engage.toml
@@ -35,6 +35,11 @@ group = "versions"
|
||||
name = "lychee"
|
||||
script = "lychee --version"
|
||||
|
||||
[[task]]
|
||||
group = "versions"
|
||||
name = "typos"
|
||||
script = "typos --version"
|
||||
|
||||
[[task]]
|
||||
group = "lints"
|
||||
name = "cargo-fmt"
|
||||
@@ -66,6 +71,11 @@ group = "lints"
|
||||
name = "lychee"
|
||||
script = "lychee --offline docs"
|
||||
|
||||
[[task]]
|
||||
group = "lints"
|
||||
name = "typos"
|
||||
script = "typos"
|
||||
|
||||
[[task]]
|
||||
group = "tests"
|
||||
name = "cargo"
|
||||
|
||||
Reference in New Issue
Block a user